Html Css Color HEX #5A9972 Ocean Green

📋 copy color: '#5A9972'

red 90 ◦ green 153 ◦ blue 114

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

Shades of Ocean Green #5A9972

Tints of Ocean Green #5A9972

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.86%

 BLUE value IS 114 (44.92% from 255) = 31.93%

R = 25.21%
G = 42.86%
B = 31.93%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#5A9972 (or 0x5A9972) is known color: Ocean Green. HEX triplet: 5A, 99 and 72. RGB value is (90,153,114). Sum of RGB (Red+Green+Blue) = 90+153+114=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 153 (60.16% from 255 or 42.86% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 153 - color contains mainly: green. Hex color #5A9972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9972 is #A5668D. Grayscale: #818181. Windows color (decimal): -10839694 or 7510362. OLE color: 7510362.

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

Color convert

RGB 90 153 114 -
CMYK 0.41 0 0.25 0.4
HSL 142.86º 0.26% 0.48% -
HSV(B) 142.86º 0.41% 0.6% -
XYZ 18.64 26.17 19.99 -
YUV 129.72 119.13 99.67 -
System Red Green Blue C M Y K H S L
Decimal 90 153 114 0.41 0 0.25 0.4 142.86 0.26 0.48
Hex 5A 99 72 29 0 19 28 8F 1A 30
Octal 132 231 162 51 0 31 50 217 32 60
Binary 1011010 10011001 1110010 101001 0 11001 101000 10001111 11010 110000

Color Harmonies of #5A9972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9972

Black with #5A9972

Text Example


Text Example

White with #5A9972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,153,114); }

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

background-color css

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

 a { background-color: rgb(90,153,114); }

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

border-color css

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

 span { border-color: rgb(90,153,114); }

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