#3FAA20

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

Shades of Kelly Green #3FAA20

Tints of Kelly Green #3FAA20

Color information

#3FAA20 (or 0x3FAA20) is unknown color: approx Kelly Green. HEX triplet: 3F, AA and 20. RGB value is (63,170,32). Sum of RGB (Red+Green+Blue) = 63+170+32=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 170 (66.80% from 255 or 64.15% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3FAA20 is #C055DF. Grayscale: #7A7A7A. Windows color (decimal): -12604896 or 2140735. OLE color: 2140735.

HSL color Cylindrical-coordinate representation of color #3FAA20: hue angle of 106.52º degrees, saturation: 0.68, 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 #3FAA20 is Cyan = 0.63, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB6317032-
CMYK0.6300.810.33
HSL106.52º68.32%39.61%-
HSV(B)106.52º81.18%66.67%-
XYZ16.6929.916.26-
YUV122.2877.0585.72-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.77%
GREEN value IS 170 (66.80% from 255) = 64.15%
BLUE value IS 32 (12.89% from 255) = 12.08%
R=23.77%
G=64.15%
B=12.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63170320.6300.810.33106.5268.3239.61
Hex3FAA203F051216b4428
Octal77252407701214115310450
Binary111111101010101000001111110101000110000111010111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAA20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,170,32); }

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

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

 a { background-color: rgb(63,170,32); }

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

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

 span { border-color: rgb(63,170,32); }

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