#46AF66

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

Shades of Ocean Green #46AF66

Tints of Ocean Green #46AF66

Color information

#46AF66 (or 0x46AF66) is unknown color: approx Ocean Green. HEX triplet: 46, AF and 66. RGB value is (70,175,102). Sum of RGB (Red+Green+Blue) = 70+175+102=347 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.17% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #46AF66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46AF66 is #B95099. Grayscale: #878787. Windows color (decimal): -12144794 or 6729542. OLE color: 6729542.

HSL color Cylindrical-coordinate representation of color #46AF66: hue angle of 138.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46AF66 is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB70175102-
CMYK0.6000.420.31
HSL138.29º42.86%48.04%-
HSV(B)138.29º60%68.63%-
XYZ20.2532.9217.86-
YUV135.28109.2181.44-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.17%
GREEN value IS 175 (68.75% from 255) = 50.43%
BLUE value IS 102 (40.23% from 255) = 29.39%
R=20.17%
G=50.43%
B=29.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal701751020.6000.420.31138.2942.8648.04
Hex46AF663C02A1F8a2b30
Octal10625714674052372125360
Binary100011010101111110011011110001010101111110001010101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46AF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46AF66; }

 p { color: rgb(70,175,102); }

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

<style>
 a { background-color: #46AF66; }

 a { background-color: rgb(70,175,102); }

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

<style>
 span { border-color: #46AF66; }

 span { border-color: rgb(70,175,102); }

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