Html Css Color HEX #42AC15 Kelly Green

📋 copy color: '#42AC15'

red 66 ◦ green 172 ◦ blue 21

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

Shades of Kelly Green #42AC15

Tints of Kelly Green #42AC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.11%

R = 25.48%
G = 66.41%
B = 8.11%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#42AC15 (or 0x42AC15) is known color: Kelly Green. HEX triplet: 42, AC and 15. RGB value is (66,172,21). Sum of RGB (Red+Green+Blue) = 66+172+21=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 172 (67.58% from 255 or 66.41% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AC15 is #BD53EA. Grayscale: #7B7B7B. Windows color (decimal): -12407787 or 1420354. OLE color: 1420354.

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

Color convert

RGB 66 172 21 -
CMYK 0.62 0 0.88 0.33
HSL 102.12º 0.78% 0.38% -
HSV(B) 102.12º 0.88% 0.67% -
XYZ 17.13 30.72 5.74 -
YUV 123.09 70.38 87.28 -
System Red Green Blue C M Y K H S L
Decimal 66 172 21 0.62 0 0.88 0.33 102.12 0.78 0.38
Hex 42 AC 15 3E 0 58 21 66 4E 26
Octal 102 254 25 76 0 130 41 146 116 46
Binary 1000010 10101100 10101 111110 0 1011000 100001 1100110 1001110 100110

Color Harmonies of #42AC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AC15

Black with #42AC15

Text Example


Text Example

White with #42AC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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