#59A200

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

Shades of Christi #59A200

Tints of Christi #59A200

Color information

#59A200 (or 0x59A200) is unknown color: approx Christi. HEX triplet: 59, A2 and 00. RGB value is (89,162,0). Sum of RGB (Red+Green+Blue) = 89+162+0=251 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.46% from 251); Green value is 162 (63.67% from 255 or 64.54% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 162 - color contains mainly: green. Hex color #59A200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #59A200 is #A65DFF. Grayscale: #7A7A7A. Windows color (decimal): -10903040 or 41561. OLE color: 41561.

HSL color Cylindrical-coordinate representation of color #59A200: hue angle of 87.04º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #59A200 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB891620-
CMYK0.45010.36
HSL87.04º100%31.76%-
HSV(B)87.04º100%63.53%-
XYZ17.0427.964.5-
YUV121.759.32104.67-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.46%
GREEN value IS 162 (63.67% from 255) = 64.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=35.46%
G=64.54%
B=0%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal8916200.45010.3687.0410031.76
Hex59A202D06424576420
Octal13124205501444412714440
Binary10110011010001001011010110010010010010101111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59A200; }

 p { color: rgb(89,162,0); }

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

<style>
 a { background-color: #59A200; }

 a { background-color: rgb(89,162,0); }

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

<style>
 span { border-color: #59A200; }

 span { border-color: rgb(89,162,0); }

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