Html Css Color HEX #5EAF09 Christi

📋 copy color: '#5EAF09'

red 94 ◦ green 175 ◦ blue 9

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

Shades of Christi #5EAF09

Tints of Christi #5EAF09

RGB

 RED value IS 94 (37.11% from 255) = 33.81%

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

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

R = 33.81%
G = 62.95%
B = 3.24%

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

#5EAF09 (or 0x5EAF09) is known color: Christi. HEX triplet: 5E, AF and 09. RGB value is (94,175,9). Sum of RGB (Red+Green+Blue) = 94+175+9=278 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.81% from 278); Green value is 175 (68.75% from 255 or 62.95% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EAF09 is #A150F6. Grayscale: #848484. Windows color (decimal): -10572023 or 634718. OLE color: 634718.

HSL color Cylindrical-coordinate representation of color #5EAF09: hue angle of 89.28º 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 #5EAF09 is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 94 175 9 -
CMYK 0.46 0 0.95 0.31
HSL 89.28º 0.9% 0.36% -
HSV(B) 89.28º 0.95% 0.69% -
XYZ 20 33.06 5.59 -
YUV 131.86 58.66 101 -
System Red Green Blue C M Y K H S L
Decimal 94 175 9 0.46 0 0.95 0.31 89.28 0.9 0.36
Hex 5E AF 9 2E 0 5F 1F 59 5A 24
Octal 136 257 11 56 0 137 37 131 132 44
Binary 1011110 10101111 1001 101110 0 1011111 11111 1011001 1011010 100100

Color Harmonies of #5EAF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EAF09

Black with #5EAF09

Text Example


Text Example

White with #5EAF09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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