#5AA46F

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

Shades of Ocean Green #5AA46F

Tints of Ocean Green #5AA46F

Color information

#5AA46F (or 0x5AA46F) is unknown color: approx Ocean Green. HEX triplet: 5A, A4 and 6F. RGB value is (90,164,111). Sum of RGB (Red+Green+Blue) = 90+164+111=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 164 (64.45% from 255 or 44.93% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 164 - color contains mainly: green. Hex color #5AA46F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA46F is #A55B90. Grayscale: #878787. Windows color (decimal): -10836881 or 7316570. OLE color: 7316570.

HSL color Cylindrical-coordinate representation of color #5AA46F: hue angle of 137.03º 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 #5AA46F is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.

Color convert

RGB90164111-
CMYK0.4500.320.36
HSL137.03º29.13%49.8%-
HSV(B)137.03º45.12%64.31%-
XYZ20.3629.8719.73-
YUV135.83113.9895.31-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.66%
GREEN value IS 164 (64.45% from 255) = 44.93%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=24.66%
G=44.93%
B=30.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal901641110.4500.320.36137.0329.1349.8
Hex5AA46F2D02024891d32
Octal13224415755040442113562
Binary101101010100100110111110110101000001001001000100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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