#4AB17D

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

Shades of Ocean Green #4AB17D

Tints of Ocean Green #4AB17D

Color information

#4AB17D (or 0x4AB17D) is unknown color: approx Ocean Green. HEX triplet: 4A, B1 and 7D. RGB value is (74,177,125). Sum of RGB (Red+Green+Blue) = 74+177+125=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 177 (69.53% from 255 or 47.07% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 177 - color contains mainly: green. Hex color #4AB17D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AB17D is #B54E82. Grayscale: #8C8C8C. Windows color (decimal): -11882115 or 8237386. OLE color: 8237386.

HSL color Cylindrical-coordinate representation of color #4AB17D: hue angle of 149.71º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB17D is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB74177125-
CMYK0.5800.290.31
HSL149.71º41.04%49.22%-
HSV(B)149.71º58.19%69.41%-
XYZ22.2534.3824.87-
YUV140.28119.3880.73-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.68%
GREEN value IS 177 (69.53% from 255) = 47.07%
BLUE value IS 125 (49.22% from 255) = 33.24%
R=19.68%
G=47.07%
B=33.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal741771250.5800.290.31149.7141.0449.22
Hex4AB17D3A01D1F962931
Octal11226117572035372265161
Binary10010101011000111111011110100111011111110010110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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