#5AA66E

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

Shades of Ocean Green #5AA66E

Tints of Ocean Green #5AA66E

Color information

#5AA66E (or 0x5AA66E) is unknown color: approx Ocean Green. HEX triplet: 5A, A6 and 6E. RGB value is (90,166,110). Sum of RGB (Red+Green+Blue) = 90+166+110=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 166 - color contains mainly: green. Hex color #5AA66E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA66E is #A55991. Grayscale: #898989. Windows color (decimal): -10836370 or 7251546. OLE color: 7251546.

HSL color Cylindrical-coordinate representation of color #5AA66E: hue angle of 135.79º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5AA66E is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB90166110-
CMYK0.4600.340.35
HSL135.79º29.92%50.2%-
HSV(B)135.79º45.78%65.1%-
XYZ20.6730.5719.56-
YUV136.89112.8294.55-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.59%
GREEN value IS 166 (65.23% from 255) = 45.36%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=24.59%
G=45.36%
B=30.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal901661100.4600.340.35135.7929.9250.2
Hex5AA66E2E02223881e32
Octal13224615656042432103662
Binary101101010100110110111010111001000101000111000100011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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