Html Css Color HEX #42AA0C Kelly Green

📋 copy color: '#42AA0C'

red 66 ◦ green 170 ◦ blue 12

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

Shades of Kelly Green #42AA0C

Tints of Kelly Green #42AA0C

RGB

 RED value IS 66 (26.17% from 255) = 26.61%

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

 BLUE value IS 12 (5.08% from 255) = 4.84%

R = 26.61%
G = 68.55%
B = 4.84%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#42AA0C (or 0x42AA0C) is known color: Kelly Green. HEX triplet: 42, AA and 0C. RGB value is (66,170,12). Sum of RGB (Red+Green+Blue) = 66+170+12=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 170 (66.80% from 255 or 68.55% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AA0C is #BD55F3. Grayscale: #797979. Windows color (decimal): -12408308 or 830018. OLE color: 830018.

HSL color Cylindrical-coordinate representation of color #42AA0C: hue angle of 99.49º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42AA0C is Cyan = 0.61, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 170 12 -
CMYK 0.61 0 0.93 0.33
HSL 99.49º 0.87% 0.36% -
HSV(B) 99.49º 0.93% 0.67% -
XYZ 16.69 29.93 5.25 -
YUV 120.89 66.54 88.85 -
System Red Green Blue C M Y K H S L
Decimal 66 170 12 0.61 0 0.93 0.33 99.49 0.87 0.36
Hex 42 AA C 3D 0 5D 21 63 57 24
Octal 102 252 14 75 0 135 41 143 127 44
Binary 1000010 10101010 1100 111101 0 1011101 100001 1100011 1010111 100100

Color Harmonies of #42AA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AA0C

Black with #42AA0C

Text Example


Text Example

White with #42AA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42AA0C; }

 p { color: rgb(66,170,12); }

 H1.HeaderClassName
 {
   color: #42AA0C;
 }
 .AnyTagClassName
 {
   color: #42AA0C;
 }
</style>

background-color css

<style>
 a { background-color: #42AA0C; }

 a { background-color: rgb(66,170,12); }

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

border-color css

<style>
 span { border-color: #42AA0C; }

 span { border-color: rgb(66,170,12); }

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