#3ad10c

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

Shades of Kelly Green #3AD10C

Tints of Kelly Green #3AD10C

Color information

#3AD10C (or 0x3AD10C) is unknown color: approx Kelly Green. HEX triplet: 3A, D1 and 0C. RGB value is (58,209,12). Sum of RGB (Red+Green+Blue) = 58+209+12=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 209 (82.03% from 255 or 74.91% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 209 - color contains mainly: green. Hex color #3AD10C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #3AD10C is #C52EF3. Grayscale: #8E8E8E. Windows color (decimal): -12922612 or 839994. OLE color: 839994.

HSL color Cylindrical-coordinate representation of color #3AD10C: hue angle of 105.99º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3AD10C is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB5820912-
CMYK0.7200.940.18
HSL105.99º89.14%43.33%-
HSV(B)105.99º94.26%81.96%-
XYZ24.6146.538.03-
YUV141.3954.9768.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.79%
GREEN value IS 209 (82.03% from 255) = 74.91%
BLUE value IS 12 (5.08% from 255) = 4.30%
R=20.79%
G=74.91%
B=4.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal58209120.7200.940.18105.9989.1443.33
Hex3AD1C4805E126a592b
Octal723211411001362215213153
Binary1110101101000111001001000010111101001011010101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ad10c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3ad10c; }

 p { color: rgb(58,209,12); }

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

<style>
 a { background-color: #3ad10c; }

 a { background-color: rgb(58,209,12); }

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

<style>
 span { border-color: #3ad10c; }

 span { border-color: rgb(58,209,12); }

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