#0AC972

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

Shades of Mountain Meadow #0AC972

Tints of Mountain Meadow #0AC972

Color information

#0AC972 (or 0x0AC972) is unknown color: approx Mountain Meadow. HEX triplet: 0A, C9 and 72. RGB value is (10,201,114). Sum of RGB (Red+Green+Blue) = 10+201+114=325 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.08% from 325); Green value is 201 (78.91% from 255 or 61.85% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 201 - color contains mainly: green. Hex color #0AC972 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC972 is #F5368D. Grayscale: #868686. Windows color (decimal): -16070286 or 7522570. OLE color: 7522570.

HSL color Cylindrical-coordinate representation of color #0AC972: hue angle of 152.67º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC972 is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB10201114-
CMYK0.9500.430.21
HSL152.67º90.52%41.37%-
HSV(B)152.67º95.02%78.82%-
XYZ24.0543.0522.96-
YUV133.97116.7239.57-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.08%
GREEN value IS 201 (78.91% from 255) = 61.85%
BLUE value IS 114 (44.92% from 255) = 35.08%
R=3.08%
G=61.85%
B=35.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102011140.9500.430.21152.6790.5241.37
HexAC9725F02B15995b29
Octal123111621370532523113351
Binary10101100100111100101011111010101110101100110011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,201,114); }

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

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

 a { background-color: rgb(10,201,114); }

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

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

 span { border-color: rgb(10,201,114); }

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