#42B60A

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

Shades of Kelly Green #42B60A

Tints of Kelly Green #42B60A

Color information

#42B60A (or 0x42B60A) is unknown color: approx Kelly Green. HEX triplet: 42, B6 and 0A. RGB value is (66,182,10). Sum of RGB (Red+Green+Blue) = 66+182+10=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 182 (71.48% from 255 or 70.54% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 182 - color contains mainly: green. Hex color #42B60A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42B60A is #BD49F5. Grayscale: #808080. Windows color (decimal): -12405238 or 702018. OLE color: 702018.

HSL color Cylindrical-coordinate representation of color #42B60A: hue angle of 100.47º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42B60A is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB6618210-
CMYK0.6400.950.29
HSL100.47º89.58%37.65%-
HSV(B)100.47º94.51%71.37%-
XYZ19.0334.645.97-
YUV127.7161.5783.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.58%
GREEN value IS 182 (71.48% from 255) = 70.54%
BLUE value IS 10 (4.30% from 255) = 3.88%
R=25.58%
G=70.54%
B=3.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal66182100.6400.950.29100.4789.5837.65
Hex42B6A4005F1D645a26
Octal1022661210001373514413246
Binary10000101011011010101000000010111111110111001001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B60A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,182,10); }

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

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

 a { background-color: rgb(66,182,10); }

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

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

 span { border-color: rgb(66,182,10); }

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