#4AB66E

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

Shades of Ocean Green #4AB66E

Tints of Ocean Green #4AB66E

Color information

#4AB66E (or 0x4AB66E) is unknown color: approx Ocean Green. HEX triplet: 4A, B6 and 6E. RGB value is (74,182,110). Sum of RGB (Red+Green+Blue) = 74+182+110=366 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.22% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB66E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB66E is #B54991. Grayscale: #8D8D8D. Windows color (decimal): -11880850 or 7255626. OLE color: 7255626.

HSL color Cylindrical-coordinate representation of color #4AB66E: hue angle of 140º degrees, saturation: 0.43, 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 #4AB66E is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB74182110-
CMYK0.5900.400.29
HSL140º42.52%50.2%-
HSV(B)140º59.34%71.37%-
XYZ22.3736.0420.53-
YUV141.5110.2279.85-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.22%
GREEN value IS 182 (71.48% from 255) = 49.73%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=20.22%
G=49.73%
B=30.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal741821100.5900.400.2914042.5250.2
Hex4AB66E3B0281D8c2b32
Octal11226615673050352145362
Binary100101010110110110111011101101010001110110001100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,182,110); }

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

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

 a { background-color: rgb(74,182,110); }

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

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

 span { border-color: rgb(74,182,110); }

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