Html Css Color HEX #5A9873 Ocean Green

📋 copy color: '#5A9873'

red 90 ◦ green 152 ◦ blue 115

#5A9873
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #5A9873

Tints of Ocean Green #5A9873

RGB

 RED value IS 90 (35.55% from 255) = 25.21%

 GREEN value IS 152 (59.77% from 255) = 42.58%

 BLUE value IS 115 (45.31% from 255) = 32.21%

R = 25.21%
G = 42.58%
B = 32.21%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#5A9873 (or 0x5A9873) is known color: Ocean Green. HEX triplet: 5A, 98 and 73. RGB value is (90,152,115). Sum of RGB (Red+Green+Blue) = 90+152+115=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 152 - color contains mainly: green. Hex color #5A9873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9873 is #A5678C. Grayscale: #818181. Windows color (decimal): -10839949 or 7575642. OLE color: 7575642.

HSL color Cylindrical-coordinate representation of color #5A9873: hue angle of 144.19º 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 #5A9873 is Cyan = 0.41, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 90 152 115 -
CMYK 0.41 0 0.24 0.40
HSL 144.19º 0.26% 0.47% -
HSV(B) 144.19º 0.41% 0.6% -
XYZ 18.54 25.87 20.24 -
YUV 129.24 119.96 100.01 -
System Red Green Blue C M Y K H S L
Decimal 90 152 115 0.41 0 0.24 0.40 144.19 0.26 0.47
Hex 5A 98 73 29 0 18 28 90 1A 2F
Octal 132 230 163 51 0 30 50 220 32 57
Binary 1011010 10011000 1110011 101001 0 11000 101000 10010000 11010 101111

Color Harmonies of #5A9873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9873

Black with #5A9873

Text Example


Text Example

White with #5A9873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5A9873;
 }
 .AnyTagClassName
 {
   color: #5A9873;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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