Html Css Color HEX #4AA178 Ocean Green

📋 copy color: '#4AA178'

red 74 ◦ green 161 ◦ blue 120

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

Shades of Ocean Green #4AA178

Tints of Ocean Green #4AA178

RGB

 RED value IS 74 (29.3% from 255) = 20.85%

 GREEN value IS 161 (63.28% from 255) = 45.35%

 BLUE value IS 120 (47.27% from 255) = 33.8%

R = 20.85%
G = 45.35%
B = 33.8%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#4AA178 (or 0x4AA178) is known color: Ocean Green. HEX triplet: 4A, A1 and 78. RGB value is (74,161,120). Sum of RGB (Red+Green+Blue) = 74+161+120=355 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.85% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 120 (47.27% from 255 or 33.80% from 355); Max value from RGB is 161 - color contains mainly: green. Hex color #4AA178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA178 is #B55E87. Grayscale: #828282. Windows color (decimal): -11886216 or 7905610. OLE color: 7905610.

HSL color Cylindrical-coordinate representation of color #4AA178: hue angle of 151.72º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA178 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 74 161 120 -
CMYK 0.54 0 0.25 0.37
HSL 151.72º 0.37% 0.46% -
HSV(B) 151.72º 0.54% 0.63% -
XYZ 18.96 28.3 22.23 -
YUV 130.31 122.18 87.83 -
System Red Green Blue C M Y K H S L
Decimal 74 161 120 0.54 0 0.25 0.37 151.72 0.37 0.46
Hex 4A A1 78 36 0 19 25 98 25 2E
Octal 112 241 170 66 0 31 45 230 45 56
Binary 1001010 10100001 1111000 110110 0 11001 100101 10011000 100101 101110

Color Harmonies of #4AA178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA178

Black with #4AA178

Text Example


Text Example

White with #4AA178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4AA178; }

 p { color: rgb(74,161,120); }

 H1.HeaderClassName
 {
   color: #4AA178;
 }
 .AnyTagClassName
 {
   color: #4AA178;
 }
</style>

background-color css

<style>
 a { background-color: #4AA178; }

 a { background-color: rgb(74,161,120); }

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

border-color css

<style>
 span { border-color: #4AA178; }

 span { border-color: rgb(74,161,120); }

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