#4AB26E

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

Shades of Ocean Green #4AB26E

Tints of Ocean Green #4AB26E

Color information

#4AB26E (or 0x4AB26E) is unknown color: approx Ocean Green. HEX triplet: 4A, B2 and 6E. RGB value is (74,178,110). Sum of RGB (Red+Green+Blue) = 74+178+110=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 178 (69.92% from 255 or 49.17% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB26E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AB26E is #B54D91. Grayscale: #8B8B8B. Windows color (decimal): -11881874 or 7254602. OLE color: 7254602.

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

Color convert

RGB74178110-
CMYK0.5800.380.30
HSL140.77º41.27%49.41%-
HSV(B)140.77º58.43%69.8%-
XYZ21.5634.4220.26-
YUV139.15111.5481.53-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.44%
GREEN value IS 178 (69.92% from 255) = 49.17%
BLUE value IS 110 (43.36% from 255) = 30.39%
R=20.44%
G=49.17%
B=30.39%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal741781100.5800.380.30140.7741.2749.41
Hex4AB26E3A0261E8d2931
Octal11226215672046362155161
Binary100101010110010110111011101001001101111010001101101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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