#5fa10e

Color #5FA10E Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #5FA10E

Tints of Christi #5FA10E

Color information

#5FA10E (or 0x5FA10E) is unknown color: approx Christi. HEX triplet: 5F, A1 and 0E. RGB value is (95,161,14). Sum of RGB (Red+Green+Blue) = 95+161+14=270 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.19% from 270); Green value is 161 (63.28% from 255 or 59.63% from 270); Blue value is 14 (5.86% from 255 or 5.19% from 270); Max value from RGB is 161 - color contains mainly: green. Hex color #5FA10E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA10E is #A05EF1. Grayscale: #7D7D7D. Windows color (decimal): -10510066 or 958815. OLE color: 958815.

HSL color Cylindrical-coordinate representation of color #5FA10E: hue angle of 86.94º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5FA10E is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB9516114-
CMYK0.4100.910.37
HSL86.94º84%34.31%-
HSV(B)86.94º91.3%63.14%-
XYZ17.5427.954.89-
YUV124.5165.63106.95-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.19%
GREEN value IS 161 (63.28% from 255) = 59.63%
BLUE value IS 14 (5.86% from 255) = 5.19%
R=35.19%
G=59.63%
B=5.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal95161140.4100.910.3786.948434.31
Hex5FA1E2905B25575422
Octal137241165101334512712442
Binary10111111010000111101010010101101110010110101111010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fa10e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5fa10e; }

 p { color: rgb(95,161,14); }

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

<style>
 a { background-color: #5fa10e; }

 a { background-color: rgb(95,161,14); }

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

<style>
 span { border-color: #5fa10e; }

 span { border-color: rgb(95,161,14); }

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