Html Css Color HEX #5AA56E Ocean Green

📋 copy color: '#5AA56E'

red 90 ◦ green 165 ◦ blue 110

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

Shades of Ocean Green #5AA56E

Tints of Ocean Green #5AA56E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.21%

 BLUE value IS 110 (43.36% from 255) = 30.14%

R = 24.66%
G = 45.21%
B = 30.14%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#5AA56E (or 0x5AA56E) is known color: Ocean Green. HEX triplet: 5A, A5 and 6E. RGB value is (90,165,110). Sum of RGB (Red+Green+Blue) = 90+165+110=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 165 - color contains mainly: green. Hex color #5AA56E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AA56E is #A55A91. Grayscale: #888888. Windows color (decimal): -10836626 or 7251290. OLE color: 7251290.

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

Color convert

RGB 90 165 110 -
CMYK 0.45 0 0.33 0.35
HSL 136º 0.29% 0.5% -
HSV(B) 136º 0.45% 0.65% -
XYZ 20.49 30.21 19.5 -
YUV 136.31 113.15 94.97 -
System Red Green Blue C M Y K H S L
Decimal 90 165 110 0.45 0 0.33 0.35 136 0.29 0.5
Hex 5A A5 6E 2D 0 21 23 88 1D 32
Octal 132 245 156 55 0 41 43 210 35 62
Binary 1011010 10100101 1101110 101101 0 100001 100011 10001000 11101 110010

Color Harmonies of #5AA56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA56E

Black with #5AA56E

Text Example


Text Example

White with #5AA56E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,165,110); }

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

background-color css

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

 a { background-color: rgb(90,165,110); }

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

border-color css

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

 span { border-color: rgb(90,165,110); }

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