#0AB779

Color #0AB779 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #0AB779

Tints of Mountain Meadow #0AB779

Color information

#0AB779 (or 0x0AB779) is unknown color: approx Mountain Meadow. HEX triplet: 0A, B7 and 79. RGB value is (10,183,121). Sum of RGB (Red+Green+Blue) = 10+183+121=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 183 (71.88% from 255 or 58.28% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 183 - color contains mainly: green. Hex color #0AB779 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AB779 is #F54886. Grayscale: #7C7C7C. Windows color (decimal): -16074887 or 7976714. OLE color: 7976714.

HSL color Cylindrical-coordinate representation of color #0AB779: hue angle of 158.5º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB779 is Cyan = 0.95, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB10183121-
CMYK0.9500.340.28
HSL158.5º89.64%37.84%-
HSV(B)158.5º94.54%71.76%-
XYZ20.5135.3123.82-
YUV124.2126.1946.54-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.18%
GREEN value IS 183 (71.88% from 255) = 58.28%
BLUE value IS 121 (47.66% from 255) = 38.54%
R=3.18%
G=58.28%
B=38.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal101831210.9500.340.28158.589.6437.84
HexAB7795F0221C9e5a26
Octal122671711370423423613246
Binary10101011011111110011011111010001011100100111101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AB779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AB779; }

 p { color: rgb(10,183,121); }

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

<style>
 a { background-color: #0AB779; }

 a { background-color: rgb(10,183,121); }

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

<style>
 span { border-color: #0AB779; }

 span { border-color: rgb(10,183,121); }

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