#42C10A

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

Shades of Kelly Green #42C10A

Tints of Kelly Green #42C10A

Color information

#42C10A (or 0x42C10A) is unknown color: approx Kelly Green. HEX triplet: 42, C1 and 0A. RGB value is (66,193,10). Sum of RGB (Red+Green+Blue) = 66+193+10=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 193 (75.78% from 255 or 71.75% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 193 - color contains mainly: green. Hex color #42C10A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #42C10A is #BD3EF5. Grayscale: #868686. Windows color (decimal): -12402422 or 704834. OLE color: 704834.

HSL color Cylindrical-coordinate representation of color #42C10A: hue angle of 101.64º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42C10A is Cyan = 0.66, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB6619310-
CMYK0.6600.950.24
HSL101.64º90.15%39.8%-
HSV(B)101.64º94.82%75.69%-
XYZ21.3739.326.75-
YUV134.1657.9279.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.54%
GREEN value IS 193 (75.78% from 255) = 71.75%
BLUE value IS 10 (4.30% from 255) = 3.72%
R=24.54%
G=71.75%
B=3.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal66193100.6600.950.24101.6490.1539.8
Hex42C1A4205F18665a28
Octal1023011210201373014613250
Binary10000101100000110101000010010111111100011001101011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C10A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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