Html Css Color HEX #5AA471 Ocean Green

📋 copy color: '#5AA471'

red 90 ◦ green 164 ◦ blue 113

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

Shades of Ocean Green #5AA471

Tints of Ocean Green #5AA471

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.69%

 BLUE value IS 113 (44.53% from 255) = 30.79%

R = 24.52%
G = 44.69%
B = 30.79%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#5AA471 (or 0x5AA471) is known color: Ocean Green. HEX triplet: 5A, A4 and 71. RGB value is (90,164,113). Sum of RGB (Red+Green+Blue) = 90+164+113=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 164 - color contains mainly: green. Hex color #5AA471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA471 is #A55B8E. Grayscale: #888888. Windows color (decimal): -10836879 or 7447642. OLE color: 7447642.

HSL color Cylindrical-coordinate representation of color #5AA471: hue angle of 138.65º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5AA471 is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 90 164 113 -
CMYK 0.45 0 0.31 0.36
HSL 138.65º 0.29% 0.5% -
HSV(B) 138.65º 0.45% 0.64% -
XYZ 20.47 29.92 20.32 -
YUV 136.06 114.98 95.15 -
System Red Green Blue C M Y K H S L
Decimal 90 164 113 0.45 0 0.31 0.36 138.65 0.29 0.5
Hex 5A A4 71 2D 0 1F 24 8B 1D 32
Octal 132 244 161 55 0 37 44 213 35 62
Binary 1011010 10100100 1110001 101101 0 11111 100100 10001011 11101 110010

Color Harmonies of #5AA471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA471

Black with #5AA471

Text Example


Text Example

White with #5AA471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,164,113); }

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

background-color css

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

 a { background-color: rgb(90,164,113); }

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

border-color css

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

 span { border-color: rgb(90,164,113); }

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