Html Css Color HEX #4CAA12 Kelly Green

📋 copy color: '#4CAA12'

red 76 ◦ green 170 ◦ blue 18

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

Shades of Kelly Green #4CAA12

Tints of Kelly Green #4CAA12

RGB

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

 GREEN value IS 170 (66.8% from 255) = 64.39%

 BLUE value IS 18 (7.42% from 255) = 6.82%

R = 28.79%
G = 64.39%
B = 6.82%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#4CAA12 (or 0x4CAA12) is known color: Kelly Green. HEX triplet: 4C, AA and 12. RGB value is (76,170,18). Sum of RGB (Red+Green+Blue) = 76+170+18=264 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.79% from 264); Green value is 170 (66.80% from 255 or 64.39% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4CAA12 is #B355ED. Grayscale: #7D7D7D. Windows color (decimal): -11752942 or 1223244. OLE color: 1223244.

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

Color convert

RGB 76 170 18 -
CMYK 0.55 0 0.89 0.33
HSL 97.11º 0.81% 0.37% -
HSV(B) 97.11º 0.89% 0.67% -
XYZ 17.46 30.33 5.51 -
YUV 124.57 67.86 93.36 -
System Red Green Blue C M Y K H S L
Decimal 76 170 18 0.55 0 0.89 0.33 97.11 0.81 0.37
Hex 4C AA 12 37 0 59 21 61 51 25
Octal 114 252 22 67 0 131 41 141 121 45
Binary 1001100 10101010 10010 110111 0 1011001 100001 1100001 1010001 100101

Color Harmonies of #4CAA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAA12

Black with #4CAA12

Text Example


Text Example

White with #4CAA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,170,18); }

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

background-color css

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

 a { background-color: rgb(76,170,18); }

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

border-color css

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

 span { border-color: rgb(76,170,18); }

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