#32c10a

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

Shades of Kelly Green #32C10A

Tints of Kelly Green #32C10A

Color information

#32C10A (or 0x32C10A) is unknown color: approx Kelly Green. HEX triplet: 32, C1 and 0A. RGB value is (50,193,10). Sum of RGB (Red+Green+Blue) = 50+193+10=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 193 (75.78% from 255 or 76.28% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 193 - color contains mainly: green. Hex color #32C10A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32C10A is #CD3EF5. Grayscale: #818181. Windows color (decimal): -13450998 or 704818. OLE color: 704818.

HSL color Cylindrical-coordinate representation of color #32C10A: hue angle of 106.89º 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 #32C10A is Cyan = 0.74, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB5019310-
CMYK0.7400.950.24
HSL106.89º90.15%39.8%-
HSV(B)106.89º94.82%75.69%-
XYZ20.4438.846.71-
YUV129.3860.6271.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.76%
GREEN value IS 193 (75.78% from 255) = 76.28%
BLUE value IS 10 (4.30% from 255) = 3.95%
R=19.76%
G=76.28%
B=3.95%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal50193100.7400.950.24106.8990.1539.8
Hex32C1A4A05F186b5a28
Octal623011211201373015313250
Binary1100101100000110101001010010111111100011010111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32c10a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32c10a; }

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

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

<style>
 a { background-color: #32c10a; }

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

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

<style>
 span { border-color: #32c10a; }

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

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