#5AA36D

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

Shades of Ocean Green #5AA36D

Tints of Ocean Green #5AA36D

Color information

#5AA36D (or 0x5AA36D) is unknown color: approx Ocean Green. HEX triplet: 5A, A3 and 6D. RGB value is (90,163,109). Sum of RGB (Red+Green+Blue) = 90+163+109=362 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.86% from 362); Green value is 163 (64.06% from 255 or 45.03% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 163 - color contains mainly: green. Hex color #5AA36D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA36D is #A55C92. Grayscale: #878787. Windows color (decimal): -10837139 or 7185242. OLE color: 7185242.

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

Color convert

RGB90163109-
CMYK0.4500.330.36
HSL135.62º28.85%49.61%-
HSV(B)135.62º44.79%63.92%-
XYZ20.0729.4719.1-
YUV135.02113.3295.89-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.86%
GREEN value IS 163 (64.06% from 255) = 45.03%
BLUE value IS 109 (42.97% from 255) = 30.11%
R=24.86%
G=45.03%
B=30.11%

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
Decimal901631090.4500.330.36135.6228.8549.61
Hex5AA36D2D02124881d32
Octal13224315555041442103562
Binary101101010100011110110110110101000011001001000100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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