#42A602

Color #42A602 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #42A602

Tints of Kelly Green #42A602

Color information

#42A602 (or 0x42A602) is unknown color: approx Kelly Green. HEX triplet: 42, A6 and 02. RGB value is (66,166,2). Sum of RGB (Red+Green+Blue) = 66+166+2=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 166 (65.23% from 255 or 70.94% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 166 - color contains mainly: green. Hex color #42A602 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A602 is #BD59FD. Grayscale: #757575. Windows color (decimal): -12409342 or 173634. OLE color: 173634.

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

Color convert

RGB661662-
CMYK0.6000.990.35
HSL96.59º97.62%32.94%-
HSV(B)96.59º98.8%65.1%-
XYZ15.8928.444.71-
YUV117.462.8791.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.21%
GREEN value IS 166 (65.23% from 255) = 70.94%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=28.21%
G=70.94%
B=0.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6616620.6000.990.3596.5997.6232.94
Hex42A623C06323616221
Octal10224627401434314114241
Binary100001010100110101111000110001110001111000011100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #42A602;
 }
 .AnyTagClassName
 {
   color: #42A602;
 }
</style>
background-color css

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

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

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

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

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

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