Html Css Color HEX #5AA604 Christi

📋 copy color: '#5AA604'

red 90 ◦ green 166 ◦ blue 4

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

Shades of Christi #5AA604

Tints of Christi #5AA604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.54%

R = 34.62%
G = 63.85%
B = 1.54%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#5AA604 (or 0x5AA604) is known color: Christi. HEX triplet: 5A, A6 and 04. RGB value is (90,166,4). Sum of RGB (Red+Green+Blue) = 90+166+4=260 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.62% from 260); Green value is 166 (65.23% from 255 or 63.85% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 166 - color contains mainly: green. Hex color #5AA604 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AA604 is #A559FB. Grayscale: #7D7D7D. Windows color (decimal): -10836476 or 304730. OLE color: 304730.

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

Color convert

RGB 90 166 4 -
CMYK 0.46 0 0.98 0.35
HSL 88.15º 0.95% 0.33% -
HSV(B) 88.15º 0.98% 0.65% -
XYZ 17.87 29.45 4.86 -
YUV 124.81 59.82 103.17 -
System Red Green Blue C M Y K H S L
Decimal 90 166 4 0.46 0 0.98 0.35 88.15 0.95 0.33
Hex 5A A6 4 2E 0 62 23 58 5F 21
Octal 132 246 4 56 0 142 43 130 137 41
Binary 1011010 10100110 100 101110 0 1100010 100011 1011000 1011111 100001

Color Harmonies of #5AA604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA604

Black with #5AA604

Text Example


Text Example

White with #5AA604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,166,4); }

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

background-color css

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

 a { background-color: rgb(90,166,4); }

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

border-color css

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

 span { border-color: rgb(90,166,4); }

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