#5DAA17

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

Shades of Christi #5DAA17

Tints of Christi #5DAA17

Color information

#5DAA17 (or 0x5DAA17) is unknown color: approx Christi. HEX triplet: 5D, AA and 17. RGB value is (93,170,23). Sum of RGB (Red+Green+Blue) = 93+170+23=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 170 (66.80% from 255 or 59.44% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 170 - color contains mainly: green. Hex color #5DAA17 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DAA17 is #A255E8. Grayscale: #828282. Windows color (decimal): -10638825 or 1550941. OLE color: 1550941.

HSL color Cylindrical-coordinate representation of color #5DAA17: hue angle of 91.43º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5DAA17 is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB9317023-
CMYK0.4500.860.33
HSL91.43º76.17%37.84%-
HSV(B)91.43º86.47%66.67%-
XYZ19.0431.145.82-
YUV130.2267.49101.45-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.52%
GREEN value IS 170 (66.80% from 255) = 59.44%
BLUE value IS 23 (9.38% from 255) = 8.04%
R=32.52%
G=59.44%
B=8.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal93170230.4500.860.3391.4376.1737.84
Hex5DAA172D056215b4c26
Octal135252275501264113311446
Binary101110110101010101111011010101011010000110110111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAA17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,170,23); }

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

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

 a { background-color: rgb(93,170,23); }

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

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

 span { border-color: rgb(93,170,23); }

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