Html Css Color HEX #5AAD74 Ocean Green

📋 copy color: '#5AAD74'

red 90 ◦ green 173 ◦ blue 116

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

Shades of Ocean Green #5AAD74

Tints of Ocean Green #5AAD74

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.65%

 BLUE value IS 116 (45.7% from 255) = 30.61%

R = 23.75%
G = 45.65%
B = 30.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#5AAD74 (or 0x5AAD74) is known color: Ocean Green. HEX triplet: 5A, AD and 74. RGB value is (90,173,116). Sum of RGB (Red+Green+Blue) = 90+173+116=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 173 - color contains mainly: green. Hex color #5AAD74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAD74 is #A5528B. Grayscale: #8D8D8D. Windows color (decimal): -10834572 or 7646554. OLE color: 7646554.

HSL color Cylindrical-coordinate representation of color #5AAD74: hue angle of 138.8º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AAD74 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 173 116 -
CMYK 0.48 0 0.33 0.32
HSL 138.8º 0.34% 0.52% -
HSV(B) 138.8º 0.48% 0.68% -
XYZ 22.31 33.32 21.78 -
YUV 141.69 113.5 91.13 -
System Red Green Blue C M Y K H S L
Decimal 90 173 116 0.48 0 0.33 0.32 138.8 0.34 0.52
Hex 5A AD 74 30 0 21 20 8B 22 34
Octal 132 255 164 60 0 41 40 213 42 64
Binary 1011010 10101101 1110100 110000 0 100001 100000 10001011 100010 110100

Color Harmonies of #5AAD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAD74

Black with #5AAD74

Text Example


Text Example

White with #5AAD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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