#5A9874

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

Shades of Ocean Green #5A9874

Tints of Ocean Green #5A9874

Color information

#5A9874 (or 0x5A9874) is unknown color: approx Ocean Green. HEX triplet: 5A, 98 and 74. RGB value is (90,152,116). Sum of RGB (Red+Green+Blue) = 90+152+116=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 152 - color contains mainly: green. Hex color #5A9874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9874 is #A5678B. Grayscale: #818181. Windows color (decimal): -10839948 or 7641178. OLE color: 7641178.

HSL color Cylindrical-coordinate representation of color #5A9874: hue angle of 145.16º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A9874 is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB90152116-
CMYK0.4100.240.40
HSL145.16º25.62%47.45%-
HSV(B)145.16º40.79%59.61%-
XYZ18.625.8920.54-
YUV129.36120.4699.93-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 25.14%
GREEN value IS 152 (59.77% from 255) = 42.46%
BLUE value IS 116 (45.70% from 255) = 32.40%
R=25.14%
G=42.46%
B=32.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal901521160.4100.240.40145.1625.6247.45
Hex5A98742901828911a2f
Octal13223016451030502213257
Binary10110101001100011101001010010110001010001001000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,152,116); }

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

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

 a { background-color: rgb(90,152,116); }

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

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

 span { border-color: rgb(90,152,116); }

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