#5AA812

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

Shades of Christi #5AA812

Tints of Christi #5AA812

Color information

#5AA812 (or 0x5AA812) is unknown color: approx Christi. HEX triplet: 5A, A8 and 12. RGB value is (90,168,18). Sum of RGB (Red+Green+Blue) = 90+168+18=276 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.61% from 276); Green value is 168 (66.02% from 255 or 60.87% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 168 - color contains mainly: green. Hex color #5AA812 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5AA812 is #A557ED. Grayscale: #808080. Windows color (decimal): -10835950 or 1222746. OLE color: 1222746.

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

Color convert

RGB9016818-
CMYK0.4600.890.34
HSL91.2º80.65%36.47%-
HSV(B)91.2º89.29%65.88%-
XYZ18.3330.225.44-
YUV127.5866.16101.2-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.61%
GREEN value IS 168 (66.02% from 255) = 60.87%
BLUE value IS 18 (7.42% from 255) = 6.52%
R=32.61%
G=60.87%
B=6.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal90168180.4600.890.3491.280.6536.47
Hex5AA8122E059225b5124
Octal132250225601314213312144
Binary101101010101000100101011100101100110001010110111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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