#5AA308

Color #5AA308 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #5AA308

Tints of Christi #5AA308

Color information

#5AA308 (or 0x5AA308) is unknown color: approx Christi. HEX triplet: 5A, A3 and 08. RGB value is (90,163,8). Sum of RGB (Red+Green+Blue) = 90+163+8=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 163 (64.06% from 255 or 62.45% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA308 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AA308 is #A55CF7. Grayscale: #7C7C7C. Windows color (decimal): -10837240 or 566106. OLE color: 566106.

HSL color Cylindrical-coordinate representation of color #5AA308: hue angle of 88.26º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5AA308 is Cyan = 0.45, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB901638-
CMYK0.4500.950.36
HSL88.26º90.64%33.53%-
HSV(B)88.26º95.09%63.92%-
XYZ17.3628.394.79-
YUV123.562.82104.1-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.48%
GREEN value IS 163 (64.06% from 255) = 62.45%
BLUE value IS 8 (3.52% from 255) = 3.07%
R=34.48%
G=62.45%
B=3.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal9016380.4500.950.3688.2690.6433.53
Hex5AA382D05F24585b22
Octal132243105501374413013342
Binary10110101010001110001011010101111110010010110001011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,163,8); }

 H1.HeaderClassName
 {
   color: #5AA308;
 }
 .AnyTagClassName
 {
   color: #5AA308;
 }
</style>
background-color css

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

 a { background-color: rgb(90,163,8); }

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

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

 span { border-color: rgb(90,163,8); }

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