#5FAE1A

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

Shades of Christi #5FAE1A

Tints of Christi #5FAE1A

Color information

#5FAE1A (or 0x5FAE1A) is unknown color: approx Christi. HEX triplet: 5F, AE and 1A. RGB value is (95,174,26). Sum of RGB (Red+Green+Blue) = 95+174+26=295 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.20% from 295); Green value is 174 (68.36% from 255 or 58.98% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAE1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAE1A is #A051E5. Grayscale: #868686. Windows color (decimal): -10506726 or 1748575. OLE color: 1748575.

HSL color Cylindrical-coordinate representation of color #5FAE1A: hue angle of 92.03º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5FAE1A is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB9517426-
CMYK0.4500.850.32
HSL92.03º74%39.22%-
HSV(B)92.03º85.06%68.24%-
XYZ20.0432.786.25-
YUV133.5167.33100.53-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.20%
GREEN value IS 174 (68.36% from 255) = 58.98%
BLUE value IS 26 (10.55% from 255) = 8.81%
R=32.20%
G=58.98%
B=8.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal95174260.4500.850.3292.037439.22
Hex5FAE1A2D055205c4a27
Octal137256325501254013411247
Binary101111110101110110101011010101010110000010111001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FAE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,174,26); }

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

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

 a { background-color: rgb(95,174,26); }

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

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

 span { border-color: rgb(95,174,26); }

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