Html Css Color HEX #5FA609 Christi

📋 copy color: '#5FA609'

red 95 ◦ green 166 ◦ blue 9

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

Shades of Christi #5FA609

Tints of Christi #5FA609

RGB

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

 GREEN value IS 166 (65.23% from 255) = 61.48%

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

R = 35.19%
G = 61.48%
B = 3.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#5FA609 (or 0x5FA609) is known color: Christi. HEX triplet: 5F, A6 and 09. RGB value is (95,166,9). Sum of RGB (Red+Green+Blue) = 95+166+9=270 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.19% from 270); Green value is 166 (65.23% from 255 or 61.48% from 270); Blue value is 9 (3.91% from 255 or 3.33% from 270); Max value from RGB is 166 - color contains mainly: green. Hex color #5FA609 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA609 is #A059F6. Grayscale: #7F7F7F. Windows color (decimal): -10508791 or 632415. OLE color: 632415.

HSL color Cylindrical-coordinate representation of color #5FA609: hue angle of 87.13º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5FA609 is Cyan = 0.43, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB 95 166 9 -
CMYK 0.43 0 0.95 0.35
HSL 87.13º 0.9% 0.34% -
HSV(B) 87.13º 0.95% 0.65% -
XYZ 18.4 29.73 5.03 -
YUV 126.87 61.48 105.27 -
System Red Green Blue C M Y K H S L
Decimal 95 166 9 0.43 0 0.95 0.35 87.13 0.9 0.34
Hex 5F A6 9 2B 0 5F 23 57 5A 22
Octal 137 246 11 53 0 137 43 127 132 42
Binary 1011111 10100110 1001 101011 0 1011111 100011 1010111 1011010 100010

Color Harmonies of #5FA609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA609

Black with #5FA609

Text Example


Text Example

White with #5FA609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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