#0AC07F

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

Shades of Mountain Meadow #0AC07F

Tints of Mountain Meadow #0AC07F

Color information

#0AC07F (or 0x0AC07F) is unknown color: approx Mountain Meadow. HEX triplet: 0A, C0 and 7F. RGB value is (10,192,127). Sum of RGB (Red+Green+Blue) = 10+192+127=329 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.04% from 329); Green value is 192 (75.39% from 255 or 58.36% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC07F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AC07F is #F53F80. Grayscale: #828282. Windows color (decimal): -16072577 or 8372234. OLE color: 8372234.

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

Color convert

RGB10192127-
CMYK0.9500.340.25
HSL158.57º90.1%39.61%-
HSV(B)158.57º94.79%75.29%-
XYZ22.8139.326.46-
YUV130.17126.242.29-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.04%
GREEN value IS 192 (75.39% from 255) = 58.36%
BLUE value IS 127 (50% from 255) = 38.60%
R=3.04%
G=58.36%
B=38.60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101921270.9500.340.25158.5790.139.61
HexAC07F5F022199f5a28
Octal123001771370423123713250
Binary10101100000011111111011111010001011001100111111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AC07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,192,127); }

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

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

 a { background-color: rgb(10,192,127); }

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

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

 span { border-color: rgb(10,192,127); }

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