#4AB06B

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

Shades of Ocean Green #4AB06B

Tints of Ocean Green #4AB06B

Color information

#4AB06B (or 0x4AB06B) is unknown color: approx Ocean Green. HEX triplet: 4A, B0 and 6B. RGB value is (74,176,107). Sum of RGB (Red+Green+Blue) = 74+176+107=357 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.73% from 357); Green value is 176 (69.14% from 255 or 49.30% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 176 - color contains mainly: green. Hex color #4AB06B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AB06B is #B54F94. Grayscale: #898989. Windows color (decimal): -11882389 or 7057482. OLE color: 7057482.

HSL color Cylindrical-coordinate representation of color #4AB06B: hue angle of 139.41º 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 #4AB06B is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB74176107-
CMYK0.5800.390.31
HSL139.41º40.8%49.02%-
HSV(B)139.41º57.95%69.02%-
XYZ2133.5719.28-
YUV137.64110.7182.61-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.73%
GREEN value IS 176 (69.14% from 255) = 49.30%
BLUE value IS 107 (42.19% from 255) = 29.97%
R=20.73%
G=49.30%
B=29.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal741761070.5800.390.31139.4140.849.02
Hex4AB06B3A0271F8b2931
Octal11226015372047372135161
Binary100101010110000110101111101001001111111110001011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,176,107); }

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

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

 a { background-color: rgb(74,176,107); }

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

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

 span { border-color: rgb(74,176,107); }

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