#08AB84

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

Shades of Mountain Meadow #08AB84

Tints of Mountain Meadow #08AB84

Color information

#08AB84 (or 0x08AB84) is unknown color: approx Mountain Meadow. HEX triplet: 08, AB and 84. RGB value is (8,171,132). Sum of RGB (Red+Green+Blue) = 8+171+132=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 171 (67.19% from 255 or 54.98% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 171 - color contains mainly: green. Hex color #08AB84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #08AB84 is #F7547B. Grayscale: #757575. Windows color (decimal): -16209020 or 8694536. OLE color: 8694536.

HSL color Cylindrical-coordinate representation of color #08AB84: hue angle of 165.64º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AB84 is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB8171132-
CMYK0.9500.230.33
HSL165.64º91.06%35.1%-
HSV(B)165.64º95.32%67.06%-
XYZ18.8330.8426.79-
YUV117.8213649.67-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.57%
GREEN value IS 171 (67.19% from 255) = 54.98%
BLUE value IS 132 (51.95% from 255) = 42.44%
R=2.57%
G=54.98%
B=42.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81711320.9500.230.33165.6491.0635.1
Hex8AB845F01721a65b23
Octal102532041370274124613343
Binary100010101011100001001011111010111100001101001101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08AB84; }

 p { color: rgb(8,171,132); }

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

<style>
 a { background-color: #08AB84; }

 a { background-color: rgb(8,171,132); }

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

<style>
 span { border-color: #08AB84; }

 span { border-color: rgb(8,171,132); }

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