Html Css Color HEX #42AA18 Kelly Green

📋 copy color: '#42AA18'

red 66 ◦ green 170 ◦ blue 24

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

Shades of Kelly Green #42AA18

Tints of Kelly Green #42AA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.23%

R = 25.38%
G = 65.38%
B = 9.23%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#42AA18 (or 0x42AA18) is known color: Kelly Green. HEX triplet: 42, AA and 18. RGB value is (66,170,24). Sum of RGB (Red+Green+Blue) = 66+170+24=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 170 (66.80% from 255 or 65.38% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 170 - color contains mainly: green. Hex color #42AA18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AA18 is #BD55E7. Grayscale: #7A7A7A. Windows color (decimal): -12408296 or 1616450. OLE color: 1616450.

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

Color convert

RGB 66 170 24 -
CMYK 0.61 0 0.86 0.33
HSL 102.74º 0.75% 0.38% -
HSV(B) 102.74º 0.86% 0.67% -
XYZ 16.79 29.97 5.76 -
YUV 122.26 72.54 87.87 -
System Red Green Blue C M Y K H S L
Decimal 66 170 24 0.61 0 0.86 0.33 102.74 0.75 0.38
Hex 42 AA 18 3D 0 56 21 67 4B 26
Octal 102 252 30 75 0 126 41 147 113 46
Binary 1000010 10101010 11000 111101 0 1010110 100001 1100111 1001011 100110

Color Harmonies of #42AA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AA18

Black with #42AA18

Text Example


Text Example

White with #42AA18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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