Html Css Color HEX #5AAC74 Ocean Green

📋 copy color: '#5AAC74'

red 90 ◦ green 172 ◦ blue 116

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

Shades of Ocean Green #5AAC74

Tints of Ocean Green #5AAC74

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.5%

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

R = 23.81%
G = 45.5%
B = 30.69%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#5AAC74 (or 0x5AAC74) is known color: Ocean Green. HEX triplet: 5A, AC and 74. RGB value is (90,172,116). Sum of RGB (Red+Green+Blue) = 90+172+116=378 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.81% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 172 - color contains mainly: green. Hex color #5AAC74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5AAC74 is #A5538B. Grayscale: #8D8D8D. Windows color (decimal): -10834828 or 7646298. OLE color: 7646298.

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

Color convert

RGB 90 172 116 -
CMYK 0.48 0 0.33 0.33
HSL 139.02º 0.33% 0.51% -
HSV(B) 139.02º 0.48% 0.67% -
XYZ 22.12 32.94 21.72 -
YUV 141.1 113.83 91.55 -
System Red Green Blue C M Y K H S L
Decimal 90 172 116 0.48 0 0.33 0.33 139.02 0.33 0.51
Hex 5A AC 74 30 0 21 21 8B 21 33
Octal 132 254 164 60 0 41 41 213 41 63
Binary 1011010 10101100 1110100 110000 0 100001 100001 10001011 100001 110011

Color Harmonies of #5AAC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAC74

Black with #5AAC74

Text Example


Text Example

White with #5AAC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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