Html Css Color HEX #5FAF09 Christi

📋 copy color: '#5FAF09'

red 95 ◦ green 175 ◦ blue 9

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

Shades of Christi #5FAF09

Tints of Christi #5FAF09

RGB

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

 GREEN value IS 175 (68.75% from 255) = 62.72%

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

R = 34.05%
G = 62.72%
B = 3.23%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#5FAF09 (or 0x5FAF09) is known color: Christi. HEX triplet: 5F, AF and 09. RGB value is (95,175,9). Sum of RGB (Red+Green+Blue) = 95+175+9=279 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.05% from 279); Green value is 175 (68.75% from 255 or 62.72% from 279); Blue value is 9 (3.91% from 255 or 3.23% from 279); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FAF09 is #A050F6. Grayscale: #848484. Windows color (decimal): -10506487 or 634719. OLE color: 634719.

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

Color convert

RGB 95 175 9 -
CMYK 0.46 0 0.95 0.31
HSL 88.92º 0.9% 0.36% -
HSV(B) 88.92º 0.95% 0.69% -
XYZ 20.1 33.11 5.59 -
YUV 132.16 58.5 101.5 -
System Red Green Blue C M Y K H S L
Decimal 95 175 9 0.46 0 0.95 0.31 88.92 0.9 0.36
Hex 5F AF 9 2E 0 5F 1F 59 5A 24
Octal 137 257 11 56 0 137 37 131 132 44
Binary 1011111 10101111 1001 101110 0 1011111 11111 1011001 1011010 100100

Color Harmonies of #5FAF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAF09

Black with #5FAF09

Text Example


Text Example

White with #5FAF09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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