#5AA46E

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

Shades of Ocean Green #5AA46E

Tints of Ocean Green #5AA46E

Color information

#5AA46E (or 0x5AA46E) is unknown color: approx Ocean Green. HEX triplet: 5A, A4 and 6E. RGB value is (90,164,110). Sum of RGB (Red+Green+Blue) = 90+164+110=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 164 - color contains mainly: green. Hex color #5AA46E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA46E is #A55B91. Grayscale: #878787. Windows color (decimal): -10836882 or 7251034. OLE color: 7251034.

HSL color Cylindrical-coordinate representation of color #5AA46E: hue angle of 136.22º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5AA46E is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB90164110-
CMYK0.4500.330.36
HSL136.22º29.13%49.8%-
HSV(B)136.22º45.12%64.31%-
XYZ20.3129.8519.44-
YUV135.72113.4895.39-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.73%
GREEN value IS 164 (64.45% from 255) = 45.05%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=24.73%
G=45.05%
B=30.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal901641100.4500.330.36136.2229.1349.8
Hex5AA46E2D02124881d32
Octal13224415655041442103562
Binary101101010100100110111010110101000011001001000100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,164,110); }

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

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

 a { background-color: rgb(90,164,110); }

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

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

 span { border-color: rgb(90,164,110); }

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