Html Css Color HEX #5AA800 Christi

📋 copy color: '#5AA800'

red 90 ◦ green 168 ◦ blue 0

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

Shades of Christi #5AA800

Tints of Christi #5AA800

RGB

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

 GREEN value IS 168 (66.02% from 255) = 65.12%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 34.88%
G = 65.12%
B = 0%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#5AA800 (or 0x5AA800) is known color: Christi. HEX triplet: 5A, A8 and 00. RGB value is (90,168,0). Sum of RGB (Red+Green+Blue) = 90+168+0=258 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.88% from 258); Green value is 168 (66.02% from 255 or 65.12% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 168 - color contains mainly: green. Hex color #5AA800 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AA800 is #A557FF. Grayscale: #7E7E7E. Windows color (decimal): -10835968 or 43098. OLE color: 43098.

HSL color Cylindrical-coordinate representation of color #5AA800: hue angle of 87.86º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5AA800 is Cyan = 0.46, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.

Color convert

RGB 90 168 0 -
CMYK 0.46 0 1 0.34
HSL 87.86º 1% 0.33% -
HSV(B) 87.86º 1% 0.66% -
XYZ 18.22 30.18 4.86 -
YUV 125.53 57.16 102.66 -
System Red Green Blue C M Y K H S L
Decimal 90 168 0 0.46 0 1 0.34 87.86 1 0.33
Hex 5A A8 0 2E 0 64 22 58 64 21
Octal 132 250 0 56 0 144 42 130 144 41
Binary 1011010 10101000 0 101110 0 1100100 100010 1011000 1100100 100001

Color Harmonies of #5AA800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA800

Black with #5AA800

Text Example


Text Example

White with #5AA800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,168,0); }

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

background-color css

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

 a { background-color: rgb(90,168,0); }

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

border-color css

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

 span { border-color: rgb(90,168,0); }

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