Html Css Color HEX #5AA006 Christi

📋 copy color: '#5AA006'

red 90 ◦ green 160 ◦ blue 6

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

Shades of Christi #5AA006

Tints of Christi #5AA006

RGB

 RED value IS 90 (35.55% from 255) = 35.16%

 GREEN value IS 160 (62.89% from 255) = 62.5%

 BLUE value IS 6 (2.73% from 255) = 2.34%

R = 35.16%
G = 62.5%
B = 2.34%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.96

 K value IS 0.37

RGB Variations

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

Color information

#5AA006 (or 0x5AA006) is known color: Christi. HEX triplet: 5A, A0 and 06. RGB value is (90,160,6). Sum of RGB (Red+Green+Blue) = 90+160+6=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 160 (62.89% from 255 or 62.5% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 160 - color contains mainly: green. Hex color #5AA006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AA006 is #A55FF9. Grayscale: #7A7A7A. Windows color (decimal): -10838010 or 434266. OLE color: 434266.

HSL color Cylindrical-coordinate representation of color #5AA006: hue angle of 87.27º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5AA006 is Cyan = 0.44, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB 90 160 6 -
CMYK 0.44 0 0.96 0.37
HSL 87.27º 0.93% 0.33% -
HSV(B) 87.27º 0.96% 0.63% -
XYZ 16.82 27.33 4.56 -
YUV 121.51 62.81 105.52 -
System Red Green Blue C M Y K H S L
Decimal 90 160 6 0.44 0 0.96 0.37 87.27 0.93 0.33
Hex 5A A0 6 2C 0 60 25 57 5D 21
Octal 132 240 6 54 0 140 45 127 135 41
Binary 1011010 10100000 110 101100 0 1100000 100101 1010111 1011101 100001

Color Harmonies of #5AA006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA006

Black with #5AA006

Text Example


Text Example

White with #5AA006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,160,6); }

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

background-color css

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

 a { background-color: rgb(90,160,6); }

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

border-color css

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

 span { border-color: rgb(90,160,6); }

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