#3AA20C

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

Shades of Kelly Green #3AA20C

Tints of Kelly Green #3AA20C

Color information

#3AA20C (or 0x3AA20C) is unknown color: approx Kelly Green. HEX triplet: 3A, A2 and 0C. RGB value is (58,162,12). Sum of RGB (Red+Green+Blue) = 58+162+12=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 162 (63.67% from 255 or 69.83% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 162 - color contains mainly: green. Hex color #3AA20C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA20C is #C55DF3. Grayscale: #727272. Windows color (decimal): -12934644 or 827962. OLE color: 827962.

HSL color Cylindrical-coordinate representation of color #3AA20C: hue angle of 101.6º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3AA20C is Cyan = 0.64, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB5816212-
CMYK0.6400.930.36
HSL101.6º86.21%34.12%-
HSV(B)101.6º92.59%63.53%-
XYZ14.7326.774.74-
YUV113.870.5488.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25%
GREEN value IS 162 (63.67% from 255) = 69.83%
BLUE value IS 12 (5.08% from 255) = 5.17%
R=25%
G=69.83%
B=5.17%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal58162120.6400.930.36101.686.2134.12
Hex3AA2C4005D24665622
Octal722421410001354414612642
Binary11101010100010110010000000101110110010011001101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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