#4AB266

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

Shades of Ocean Green #4AB266

Tints of Ocean Green #4AB266

Color information

#4AB266 (or 0x4AB266) is unknown color: approx Ocean Green. HEX triplet: 4A, B2 and 66. RGB value is (74,178,102). Sum of RGB (Red+Green+Blue) = 74+178+102=354 (46% of max value = 765). Red value is 74 (29.30% from 255 or 20.90% from 354); Green value is 178 (69.92% from 255 or 50.28% from 354); Blue value is 102 (40.23% from 255 or 28.81% from 354); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AB266 is #B54D99. Grayscale: #8A8A8A. Windows color (decimal): -11881882 or 6730314. OLE color: 6730314.

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

Color convert

RGB74178102-
CMYK0.5800.430.30
HSL136.15º41.27%49.41%-
HSV(B)136.15º58.43%69.8%-
XYZ21.1434.2618.07-
YUV138.24107.5482.18-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.90%
GREEN value IS 178 (69.92% from 255) = 50.28%
BLUE value IS 102 (40.23% from 255) = 28.81%
R=20.90%
G=50.28%
B=28.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal741781020.5800.430.30136.1541.2749.41
Hex4AB2663A02B1E882931
Octal11226214672053362105161
Binary100101010110010110011011101001010111111010001000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,178,102); }

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

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

 a { background-color: rgb(74,178,102); }

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

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

 span { border-color: rgb(74,178,102); }

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