#4AA17D

Color #4AA17D Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #4AA17D

Tints of Ocean Green #4AA17D

Color information

#4AA17D (or 0x4AA17D) is unknown color: approx Ocean Green. HEX triplet: 4A, A1 and 7D. RGB value is (74,161,125). Sum of RGB (Red+Green+Blue) = 74+161+125=360 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.56% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 161 - color contains mainly: green. Hex color #4AA17D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA17D is #B55E82. Grayscale: #828282. Windows color (decimal): -11886211 or 8233290. OLE color: 8233290.

HSL color Cylindrical-coordinate representation of color #4AA17D: hue angle of 155.17º 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 #4AA17D is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB74161125-
CMYK0.5400.220.37
HSL155.17º37.02%46.08%-
HSV(B)155.17º54.04%63.14%-
XYZ19.2728.4323.87-
YUV130.88124.6887.43-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.56%
GREEN value IS 161 (63.28% from 255) = 44.72%
BLUE value IS 125 (49.22% from 255) = 34.72%
R=20.56%
G=44.72%
B=34.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal741611250.5400.220.37155.1737.0246.08
Hex4AA17D36016259b252e
Octal11224117566026452334556
Binary100101010100001111110111011001011010010110011011100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4AA17D;
 }
 .AnyTagClassName
 {
   color: #4AA17D;
 }
</style>
background-color css

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

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

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

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

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

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