#5AA16C

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

Shades of Ocean Green #5AA16C

Tints of Ocean Green #5AA16C

Color information

#5AA16C (or 0x5AA16C) is unknown color: approx Ocean Green. HEX triplet: 5A, A1 and 6C. RGB value is (90,161,108). Sum of RGB (Red+Green+Blue) = 90+161+108=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA16C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA16C is #A55E93. Grayscale: #858585. Windows color (decimal): -10837652 or 7119194. OLE color: 7119194.

HSL color Cylindrical-coordinate representation of color #5AA16C: hue angle of 135.21º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5AA16C is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB90161108-
CMYK0.4400.330.37
HSL135.21º28.29%49.22%-
HSV(B)135.21º44.1%63.14%-
XYZ19.6728.7518.7-
YUV133.73113.4896.81-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.07%
GREEN value IS 161 (63.28% from 255) = 44.85%
BLUE value IS 108 (42.58% from 255) = 30.08%
R=25.07%
G=44.85%
B=30.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal901611080.4400.330.37135.2128.2949.22
Hex5AA16C2C02125871c31
Octal13224115454041452073461
Binary101101010100001110110010110001000011001011000011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,161,108); }

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

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

 a { background-color: rgb(90,161,108); }

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

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

 span { border-color: rgb(90,161,108); }

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