Html Css Color HEX #4CAB14 Kelly Green

📋 copy color: '#4CAB14'

red 76 ◦ green 171 ◦ blue 20

#4CAB14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #4CAB14

Tints of Kelly Green #4CAB14

RGB

 RED value IS 76 (30.08% from 255) = 28.46%

 GREEN value IS 171 (67.19% from 255) = 64.04%

 BLUE value IS 20 (8.2% from 255) = 7.49%

R = 28.46%
G = 64.04%
B = 7.49%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4CAB14 (or 0x4CAB14) is known color: Kelly Green. HEX triplet: 4C, AB and 14. RGB value is (76,171,20). Sum of RGB (Red+Green+Blue) = 76+171+20=267 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.46% from 267); Green value is 171 (67.19% from 255 or 64.04% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 171 - color contains mainly: green. Hex color #4CAB14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4CAB14 is #B354EB. Grayscale: #7D7D7D. Windows color (decimal): -11752684 or 1354572. OLE color: 1354572.

HSL color Cylindrical-coordinate representation of color #4CAB14: hue angle of 97.75º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4CAB14 is Cyan = 0.56, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 171 20 -
CMYK 0.56 0 0.88 0.33
HSL 97.75º 0.79% 0.37% -
HSV(B) 97.75º 0.88% 0.67% -
XYZ 17.67 30.71 5.66 -
YUV 125.38 68.53 92.78 -
System Red Green Blue C M Y K H S L
Decimal 76 171 20 0.56 0 0.88 0.33 97.75 0.79 0.37
Hex 4C AB 14 38 0 58 21 62 4F 25
Octal 114 253 24 70 0 130 41 142 117 45
Binary 1001100 10101011 10100 111000 0 1011000 100001 1100010 1001111 100101

Color Harmonies of #4CAB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAB14

Black with #4CAB14

Text Example


Text Example

White with #4CAB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4CAB14; }

 p { color: rgb(76,171,20); }

 H1.HeaderClassName
 {
   color: #4CAB14;
 }
 .AnyTagClassName
 {
   color: #4CAB14;
 }
</style>

background-color css

<style>
 a { background-color: #4CAB14; }

 a { background-color: rgb(76,171,20); }

 div.DivClassName
 {
   background-color: #4CAB14;
 }
 .BgClassName
 {
   background-color: #4CAB14;
 }
</style>

border-color css

<style>
 span { border-color: #4CAB14; }

 span { border-color: rgb(76,171,20); }

 td.TdClassName
 {
   border-color: #4CAB14;
 }
 .TagClassName
 {
   border-color: #4CAB14;
 }
</style>