#5A9C01

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

Shades of Christi #5A9C01

Tints of Christi #5A9C01

Color information

#5A9C01 (or 0x5A9C01) is unknown color: approx Christi. HEX triplet: 5A, 9C and 01. RGB value is (90,156,1). Sum of RGB (Red+Green+Blue) = 90+156+1=247 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.44% from 247); Green value is 156 (61.33% from 255 or 63.16% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 156 - color contains mainly: green. Hex color #5A9C01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A9C01 is #A563FE. Grayscale: #777777. Windows color (decimal): -10839039 or 105562. OLE color: 105562.

HSL color Cylindrical-coordinate representation of color #5A9C01: hue angle of 85.55º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A9C01 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB901561-
CMYK0.4200.990.39
HSL85.55º98.73%30.78%-
HSV(B)85.55º99.36%61.18%-
XYZ16.1125.954.19-
YUV118.661.63107.6-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 36.44%
GREEN value IS 156 (61.33% from 255) = 63.16%
BLUE value IS 1 (0.78% from 255) = 0.40%
R=36.44%
G=63.16%
B=0.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9015610.4200.990.3985.5598.7330.78
Hex5A9C12A0632756631f
Octal13223415201434712614337
Binary1011010100111001101010011000111001111010110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,156,1); }

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

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

 a { background-color: rgb(90,156,1); }

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

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

 span { border-color: rgb(90,156,1); }

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