Html Css Color HEX #5FAE09 Christi

📋 copy color: '#5FAE09'

red 95 ◦ green 174 ◦ blue 9

#5FAE09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #5FAE09

Tints of Christi #5FAE09

RGB

 RED value IS 95 (37.5% from 255) = 34.17%

 GREEN value IS 174 (68.36% from 255) = 62.59%

 BLUE value IS 9 (3.91% from 255) = 3.24%

R = 34.17%
G = 62.59%
B = 3.24%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#5FAE09 (or 0x5FAE09) is known color: Christi. HEX triplet: 5F, AE and 09. RGB value is (95,174,9). Sum of RGB (Red+Green+Blue) = 95+174+9=278 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.17% from 278); Green value is 174 (68.36% from 255 or 62.59% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 174 - color contains mainly: green. Hex color #5FAE09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FAE09 is #A051F6. Grayscale: #848484. Windows color (decimal): -10506743 or 634463. OLE color: 634463.

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

Color convert

RGB 95 174 9 -
CMYK 0.45 0 0.95 0.32
HSL 88.73º 0.9% 0.36% -
HSV(B) 88.73º 0.95% 0.68% -
XYZ 19.9 32.72 5.53 -
YUV 131.57 58.83 101.92 -
System Red Green Blue C M Y K H S L
Decimal 95 174 9 0.45 0 0.95 0.32 88.73 0.9 0.36
Hex 5F AE 9 2D 0 5F 20 59 5A 24
Octal 137 256 11 55 0 137 40 131 132 44
Binary 1011111 10101110 1001 101101 0 1011111 100000 1011001 1011010 100100

Color Harmonies of #5FAE09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAE09

Black with #5FAE09

Text Example


Text Example

White with #5FAE09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5FAE09;
 }
 .AnyTagClassName
 {
   color: #5FAE09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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