Html Css Color HEX #42A618 Kelly Green

📋 copy color: '#42A618'

red 66 ◦ green 166 ◦ blue 24

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

Shades of Kelly Green #42A618

Tints of Kelly Green #42A618

RGB

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

 GREEN value IS 166 (65.23% from 255) = 64.84%

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

R = 25.78%
G = 64.84%
B = 9.38%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#42A618 (or 0x42A618) is known color: Kelly Green. HEX triplet: 42, A6 and 18. RGB value is (66,166,24). Sum of RGB (Red+Green+Blue) = 66+166+24=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 166 (65.23% from 255 or 64.84% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 166 - color contains mainly: green. Hex color #42A618 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A618 is #BD59E7. Grayscale: #787878. Windows color (decimal): -12409320 or 1615426. OLE color: 1615426.

HSL color Cylindrical-coordinate representation of color #42A618: hue angle of 102.25º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #42A618 is Cyan = 0.60, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 66 166 24 -
CMYK 0.60 0 0.86 0.35
HSL 102.25º 0.75% 0.37% -
HSV(B) 102.25º 0.86% 0.65% -
XYZ 16.05 28.5 5.52 -
YUV 119.91 73.87 89.55 -
System Red Green Blue C M Y K H S L
Decimal 66 166 24 0.60 0 0.86 0.35 102.25 0.75 0.37
Hex 42 A6 18 3C 0 56 23 66 4B 25
Octal 102 246 30 74 0 126 43 146 113 45
Binary 1000010 10100110 11000 111100 0 1010110 100011 1100110 1001011 100101

Color Harmonies of #42A618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A618

Black with #42A618

Text Example


Text Example

White with #42A618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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