#5AA36E

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

Shades of Ocean Green #5AA36E

Tints of Ocean Green #5AA36E

Color information

#5AA36E (or 0x5AA36E) is unknown color: approx Ocean Green. HEX triplet: 5A, A3 and 6E. RGB value is (90,163,110). Sum of RGB (Red+Green+Blue) = 90+163+110=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 163 (64.06% from 255 or 44.90% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA36E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA36E is #A55C91. Grayscale: #878787. Windows color (decimal): -10837138 or 7250778. OLE color: 7250778.

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

Color convert

RGB90163110-
CMYK0.4500.330.36
HSL136.44º28.85%49.61%-
HSV(B)136.44º44.79%63.92%-
XYZ20.1329.4919.38-
YUV135.13113.8295.81-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.79%
GREEN value IS 163 (64.06% from 255) = 44.90%
BLUE value IS 110 (43.36% from 255) = 30.30%
R=24.79%
G=44.90%
B=30.30%

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
Decimal901631100.4500.330.36136.4428.8549.61
Hex5AA36E2D02124881d32
Octal13224315655041442103562
Binary101101010100011110111010110101000011001001000100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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