#4AB46F

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

Shades of Ocean Green #4AB46F

Tints of Ocean Green #4AB46F

Color information

#4AB46F (or 0x4AB46F) is unknown color: approx Ocean Green. HEX triplet: 4A, B4 and 6F. RGB value is (74,180,111). Sum of RGB (Red+Green+Blue) = 74+180+111=365 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.27% from 365); Green value is 180 (70.70% from 255 or 49.32% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 180 - color contains mainly: green. Hex color #4AB46F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB46F is #B54B90. Grayscale: #8C8C8C. Windows color (decimal): -11881361 or 7320650. OLE color: 7320650.

HSL color Cylindrical-coordinate representation of color #4AB46F: hue angle of 140.94º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB46F is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB74180111-
CMYK0.5900.380.29
HSL140.94º41.73%49.8%-
HSV(B)140.94º58.89%70.59%-
XYZ22.0135.2520.68-
YUV140.44111.3880.61-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.27%
GREEN value IS 180 (70.70% from 255) = 49.32%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=20.27%
G=49.32%
B=30.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal741801110.5900.380.29140.9441.7349.8
Hex4AB46F3B0261D8d2a32
Octal11226415773046352155262
Binary100101010110100110111111101101001101110110001101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,180,111); }

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

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

 a { background-color: rgb(74,180,111); }

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

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

 span { border-color: rgb(74,180,111); }

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