Html Css Color HEX #5AA975 Ocean Green

📋 copy color: '#5AA975'

red 90 ◦ green 169 ◦ blue 117

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

Shades of Ocean Green #5AA975

Tints of Ocean Green #5AA975

RGB

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

 GREEN value IS 169 (66.41% from 255) = 44.95%

 BLUE value IS 117 (46.09% from 255) = 31.12%

R = 23.94%
G = 44.95%
B = 31.12%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#5AA975 (or 0x5AA975) is known color: Ocean Green. HEX triplet: 5A, A9 and 75. RGB value is (90,169,117). Sum of RGB (Red+Green+Blue) = 90+169+117=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 169 - color contains mainly: green. Hex color #5AA975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA975 is #A5568A. Grayscale: #8B8B8B. Windows color (decimal): -10835595 or 7711066. OLE color: 7711066.

HSL color Cylindrical-coordinate representation of color #5AA975: hue angle of 140.51º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5AA975 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 90 169 117 -
CMYK 0.47 0 0.31 0.34
HSL 140.51º 0.31% 0.51% -
HSV(B) 140.51º 0.47% 0.66% -
XYZ 21.62 31.83 21.83 -
YUV 139.45 115.33 92.73 -
System Red Green Blue C M Y K H S L
Decimal 90 169 117 0.47 0 0.31 0.34 140.51 0.31 0.51
Hex 5A A9 75 2F 0 1F 22 8D 1F 33
Octal 132 251 165 57 0 37 42 215 37 63
Binary 1011010 10101001 1110101 101111 0 11111 100010 10001101 11111 110011

Color Harmonies of #5AA975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA975

Black with #5AA975

Text Example


Text Example

White with #5AA975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,169,117); }

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

background-color css

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

 a { background-color: rgb(90,169,117); }

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

border-color css

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

 span { border-color: rgb(90,169,117); }

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