Html Css Color HEX #5AA97F Ocean Green

📋 copy color: '#5AA97F'

red 90 ◦ green 169 ◦ blue 127

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

Shades of Ocean Green #5AA97F

Tints of Ocean Green #5AA97F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.9%

R = 23.32%
G = 43.78%
B = 32.9%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#5AA97F (or 0x5AA97F) is known color: Ocean Green. HEX triplet: 5A, A9 and 7F. RGB value is (90,169,127). Sum of RGB (Red+Green+Blue) = 90+169+127=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 169 (66.41% from 255 or 43.78% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 169 - color contains mainly: green. Hex color #5AA97F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA97F is #A55680. Grayscale: #8C8C8C. Windows color (decimal): -10835585 or 8366426. OLE color: 8366426.

HSL color Cylindrical-coordinate representation of color #5AA97F: hue angle of 148.1º 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 #5AA97F is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB 90 169 127 -
CMYK 0.47 0 0.25 0.34
HSL 148.1º 0.31% 0.51% -
HSV(B) 148.1º 0.47% 0.66% -
XYZ 22.24 32.08 25.1 -
YUV 140.59 120.33 91.92 -
System Red Green Blue C M Y K H S L
Decimal 90 169 127 0.47 0 0.25 0.34 148.1 0.31 0.51
Hex 5A A9 7F 2F 0 19 22 94 1F 33
Octal 132 251 177 57 0 31 42 224 37 63
Binary 1011010 10101001 1111111 101111 0 11001 100010 10010100 11111 110011

Color Harmonies of #5AA97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA97F

Black with #5AA97F

Text Example


Text Example

White with #5AA97F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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