#3FA214

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

Shades of Kelly Green #3FA214

Tints of Kelly Green #3FA214

Color information

#3FA214 (or 0x3FA214) is unknown color: approx Kelly Green. HEX triplet: 3F, A2 and 14. RGB value is (63,162,20). Sum of RGB (Red+Green+Blue) = 63+162+20=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 162 (63.67% from 255 or 66.12% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA214 is #C05DEB. Grayscale: #747474. Windows color (decimal): -12606956 or 1352255. OLE color: 1352255.

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

Color convert

RGB6316220-
CMYK0.6100.880.36
HSL101.83º78.02%35.69%-
HSV(B)101.83º87.65%63.53%-
XYZ15.126.955.07-
YUV116.2173.790.05-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.71%
GREEN value IS 162 (63.67% from 255) = 66.12%
BLUE value IS 20 (8.20% from 255) = 8.16%
R=25.71%
G=66.12%
B=8.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal63162200.6100.880.36101.8378.0235.69
Hex3FA2143D05824664e24
Octal77242247501304414611644
Binary11111110100010101001111010101100010010011001101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,162,20); }

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

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

 a { background-color: rgb(63,162,20); }

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

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

 span { border-color: rgb(63,162,20); }

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