Html Css Color HEX #42AC18 Kelly Green

📋 copy color: '#42AC18'

red 66 ◦ green 172 ◦ blue 24

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

Shades of Kelly Green #42AC18

Tints of Kelly Green #42AC18

RGB

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

 GREEN value IS 172 (67.58% from 255) = 65.65%

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

R = 25.19%
G = 65.65%
B = 9.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#42AC18 (or 0x42AC18) is known color: Kelly Green. HEX triplet: 42, AC and 18. RGB value is (66,172,24). Sum of RGB (Red+Green+Blue) = 66+172+24=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 172 (67.58% from 255 or 65.65% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AC18 is #BD53E7. Grayscale: #7B7B7B. Windows color (decimal): -12407784 or 1616962. OLE color: 1616962.

HSL color Cylindrical-coordinate representation of color #42AC18: hue angle of 102.97º degrees, saturation: 0.76, 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 #42AC18 is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 172 24 -
CMYK 0.62 0 0.86 0.33
HSL 102.97º 0.76% 0.38% -
HSV(B) 102.97º 0.86% 0.67% -
XYZ 17.16 30.73 5.89 -
YUV 123.43 71.88 87.03 -
System Red Green Blue C M Y K H S L
Decimal 66 172 24 0.62 0 0.86 0.33 102.97 0.76 0.38
Hex 42 AC 18 3E 0 56 21 67 4C 26
Octal 102 254 30 76 0 126 41 147 114 46
Binary 1000010 10101100 11000 111110 0 1010110 100001 1100111 1001100 100110

Color Harmonies of #42AC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AC18

Black with #42AC18

Text Example


Text Example

White with #42AC18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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