Html Css Color HEX #42AA06 Kelly Green

📋 copy color: '#42AA06'

red 66 ◦ green 170 ◦ blue 6

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

Shades of Kelly Green #42AA06

Tints of Kelly Green #42AA06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.48%

R = 27.27%
G = 70.25%
B = 2.48%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#42AA06 (or 0x42AA06) is known color: Kelly Green. HEX triplet: 42, AA and 06. RGB value is (66,170,6). Sum of RGB (Red+Green+Blue) = 66+170+6=242 (32% of max value = 765). Red value is 66 (26.17% from 255 or 27.27% from 242); Green value is 170 (66.80% from 255 or 70.25% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AA06 is #BD55F9. Grayscale: #787878. Windows color (decimal): -12408314 or 436802. OLE color: 436802.

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

Color convert

RGB 66 170 6 -
CMYK 0.61 0 0.96 0.33
HSL 98.05º 0.93% 0.35% -
HSV(B) 98.05º 0.96% 0.67% -
XYZ 16.65 29.92 5.07 -
YUV 120.21 63.54 89.34 -
System Red Green Blue C M Y K H S L
Decimal 66 170 6 0.61 0 0.96 0.33 98.05 0.93 0.35
Hex 42 AA 6 3D 0 60 21 62 5D 23
Octal 102 252 6 75 0 140 41 142 135 43
Binary 1000010 10101010 110 111101 0 1100000 100001 1100010 1011101 100011

Color Harmonies of #42AA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AA06

Black with #42AA06

Text Example


Text Example

White with #42AA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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