#3AA005

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

Shades of Kelly Green #3AA005

Tints of Kelly Green #3AA005

Color information

#3AA005 (or 0x3AA005) is unknown color: approx Kelly Green. HEX triplet: 3A, A0 and 05. RGB value is (58,160,5). Sum of RGB (Red+Green+Blue) = 58+160+5=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 160 (62.89% from 255 or 71.75% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 160 - color contains mainly: green. Hex color #3AA005 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AA005 is #C55FFA. Grayscale: #707070. Windows color (decimal): -12935163 or 368698. OLE color: 368698.

HSL color Cylindrical-coordinate representation of color #3AA005: hue angle of 99.48º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3AA005 is Cyan = 0.64, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.37.

Color convert

RGB581605-
CMYK0.6400.970.37
HSL99.48º93.94%32.35%-
HSV(B)99.48º96.88%62.75%-
XYZ14.3426.054.42-
YUV111.8367.7189.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.01%
GREEN value IS 160 (62.89% from 255) = 71.75%
BLUE value IS 5 (2.34% from 255) = 2.24%
R=26.01%
G=71.75%
B=2.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal5816050.6400.970.3799.4893.9432.35
Hex3AA054006125635e20
Octal72240510001414514313640
Binary1110101010000010110000000110000110010111000111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,160,5); }

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

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

 a { background-color: rgb(58,160,5); }

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

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

 span { border-color: rgb(58,160,5); }

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