#0CAA7E

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

Shades of Mountain Meadow #0CAA7E

Tints of Mountain Meadow #0CAA7E

Color information

#0CAA7E (or 0x0CAA7E) is unknown color: approx Mountain Meadow. HEX triplet: 0C, AA and 7E. RGB value is (12,170,126). Sum of RGB (Red+Green+Blue) = 12+170+126=308 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.90% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 126 (49.61% from 255 or 40.91% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #0CAA7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAA7E is #F35581. Grayscale: #757575. Windows color (decimal): -15947138 or 8301068. OLE color: 8301068.

HSL color Cylindrical-coordinate representation of color #0CAA7E: hue angle of 163.29º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAA7E is Cyan = 0.93, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB12170126-
CMYK0.9300.260.33
HSL163.29º86.81%35.69%-
HSV(B)163.29º92.94%66.67%-
XYZ18.2930.3324.63-
YUV117.74132.6552.58-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.90%
GREEN value IS 170 (66.80% from 255) = 55.19%
BLUE value IS 126 (49.61% from 255) = 40.91%
R=3.90%
G=55.19%
B=40.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal121701260.9300.260.33163.2986.8135.69
HexCAA7E5D01A21a35724
Octal142521761350324124312744
Binary11001010101011111101011101011010100001101000111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,170,126); }

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

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

 a { background-color: rgb(12,170,126); }

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

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

 span { border-color: rgb(12,170,126); }

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