#3AAA21

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

Shades of Kelly Green #3AAA21

Tints of Kelly Green #3AAA21

Color information

#3AAA21 (or 0x3AAA21) is unknown color: approx Kelly Green. HEX triplet: 3A, AA and 21. RGB value is (58,170,33). Sum of RGB (Red+Green+Blue) = 58+170+33=261 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.22% from 261); Green value is 170 (66.80% from 255 or 65.13% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA21 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAA21 is #C555DE. Grayscale: #797979. Windows color (decimal): -12932575 or 2206266. OLE color: 2206266.

HSL color Cylindrical-coordinate representation of color #3AAA21: hue angle of 109.05º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3AAA21 is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB5817033-
CMYK0.6600.810.33
HSL109.05º67.49%39.8%-
HSV(B)109.05º80.59%66.67%-
XYZ16.3929.766.32-
YUV120.8978.3983.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.22%
GREEN value IS 170 (66.80% from 255) = 65.13%
BLUE value IS 33 (13.28% from 255) = 12.64%
R=22.22%
G=65.13%
B=12.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58170330.6600.810.33109.0567.4939.8
Hex3AAA2142051216d4328
Octal722524110201214115510350
Binary1110101010101010000110000100101000110000111011011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,170,33); }

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

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

 a { background-color: rgb(58,170,33); }

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

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

 span { border-color: rgb(58,170,33); }

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