#5FA30F

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

Shades of Christi #5FA30F

Tints of Christi #5FA30F

Color information

#5FA30F (or 0x5FA30F) is unknown color: approx Christi. HEX triplet: 5F, A3 and 0F. RGB value is (95,163,15). Sum of RGB (Red+Green+Blue) = 95+163+15=273 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.80% from 273); Green value is 163 (64.06% from 255 or 59.71% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA30F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA30F is #A05CF0. Grayscale: #7E7E7E. Windows color (decimal): -10509553 or 1024863. OLE color: 1024863.

HSL color Cylindrical-coordinate representation of color #5FA30F: hue angle of 87.57º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5FA30F is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB9516315-
CMYK0.4200.910.36
HSL87.57º83.15%34.9%-
HSV(B)87.57º90.8%63.92%-
XYZ17.928.665.04-
YUV125.865.47106.03-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.80%
GREEN value IS 163 (64.06% from 255) = 59.71%
BLUE value IS 15 (6.25% from 255) = 5.49%
R=34.80%
G=59.71%
B=5.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal95163150.4200.910.3687.5783.1534.9
Hex5FA3F2A05B24585323
Octal137243175201334413012343
Binary10111111010001111111010100101101110010010110001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FA30F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,163,15); }

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

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

 a { background-color: rgb(95,163,15); }

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

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

 span { border-color: rgb(95,163,15); }

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