#5FAC15

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

Shades of Christi #5FAC15

Tints of Christi #5FAC15

Color information

#5FAC15 (or 0x5FAC15) is unknown color: approx Christi. HEX triplet: 5F, AC and 15. RGB value is (95,172,21). Sum of RGB (Red+Green+Blue) = 95+172+21=288 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.99% from 288); Green value is 172 (67.58% from 255 or 59.72% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FAC15 is #A053EA. Grayscale: #848484. Windows color (decimal): -10507243 or 1420383. OLE color: 1420383.

HSL color Cylindrical-coordinate representation of color #5FAC15: hue angle of 90.6º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5FAC15 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB9517221-
CMYK0.4500.880.33
HSL90.6º78.24%37.84%-
HSV(B)90.6º87.79%67.45%-
XYZ19.6131.995.85-
YUV131.7665.49101.78-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.99%
GREEN value IS 172 (67.58% from 255) = 59.72%
BLUE value IS 21 (8.59% from 255) = 7.29%
R=32.99%
G=59.72%
B=7.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal95172210.4500.880.3390.678.2437.84
Hex5FAC152D058215b4e26
Octal137254255501304113311646
Binary101111110101100101011011010101100010000110110111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAC15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,172,21); }

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

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

 a { background-color: rgb(95,172,21); }

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

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

 span { border-color: rgb(95,172,21); }

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