#3FA116

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

Shades of Kelly Green #3FA116

Tints of Kelly Green #3FA116

Color information

#3FA116 (or 0x3FA116) is unknown color: approx Kelly Green. HEX triplet: 3F, A1 and 16. RGB value is (63,161,22). Sum of RGB (Red+Green+Blue) = 63+161+22=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 161 (63.28% from 255 or 65.45% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 161 - color contains mainly: green. Hex color #3FA116 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3FA116 is #C05EE9. Grayscale: #747474. Windows color (decimal): -12607210 or 1483071. OLE color: 1483071.

HSL color Cylindrical-coordinate representation of color #3FA116: hue angle of 102.3º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3FA116 is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB6316122-
CMYK0.6100.860.37
HSL102.3º75.96%35.88%-
HSV(B)102.3º86.34%63.14%-
XYZ14.9426.65.11-
YUV115.8575.0390.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.61%
GREEN value IS 161 (63.28% from 255) = 65.45%
BLUE value IS 22 (8.98% from 255) = 8.94%
R=25.61%
G=65.45%
B=8.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal63161220.6100.860.37102.375.9635.88
Hex3FA1163D05625664c24
Octal77241267501264514611444
Binary11111110100001101101111010101011010010111001101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,161,22); }

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

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

 a { background-color: rgb(63,161,22); }

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

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

 span { border-color: rgb(63,161,22); }

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