#42A615

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

Shades of Kelly Green #42A615

Tints of Kelly Green #42A615

Color information

#42A615 (or 0x42A615) is unknown color: approx Kelly Green. HEX triplet: 42, A6 and 15. RGB value is (66,166,21). Sum of RGB (Red+Green+Blue) = 66+166+21=253 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.09% from 253); Green value is 166 (65.23% from 255 or 65.61% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 166 - color contains mainly: green. Hex color #42A615 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A615 is #BD59EA. Grayscale: #787878. Windows color (decimal): -12409323 or 1418818. OLE color: 1418818.

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

Color convert

RGB6616621-
CMYK0.6000.870.35
HSL101.38º77.54%36.67%-
HSV(B)101.38º87.35%65.1%-
XYZ16.0228.485.36-
YUV119.5772.3789.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.09%
GREEN value IS 166 (65.23% from 255) = 65.61%
BLUE value IS 21 (8.59% from 255) = 8.30%
R=26.09%
G=65.61%
B=8.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal66166210.6000.870.35101.3877.5436.67
Hex42A6153C05723654e25
Octal102246257401274314511645
Binary100001010100110101011111000101011110001111001011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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