#0CAD7D

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

Shades of Mountain Meadow #0CAD7D

Tints of Mountain Meadow #0CAD7D

Color information

#0CAD7D (or 0x0CAD7D) is unknown color: approx Mountain Meadow. HEX triplet: 0C, AD and 7D. RGB value is (12,173,125). Sum of RGB (Red+Green+Blue) = 12+173+125=310 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.87% from 310); Green value is 173 (67.97% from 255 or 55.81% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 173 - color contains mainly: green. Hex color #0CAD7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0CAD7D is #F35282. Grayscale: #777777. Windows color (decimal): -15946371 or 8236300. OLE color: 8236300.

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

Color convert

RGB12173125-
CMYK0.9300.280.32
HSL162.11º87.03%36.27%-
HSV(B)162.11º93.06%67.84%-
XYZ18.831.4524.48-
YUV119.39131.1651.4-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.87%
GREEN value IS 173 (67.97% from 255) = 55.81%
BLUE value IS 125 (49.22% from 255) = 40.32%
R=3.87%
G=55.81%
B=40.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121731250.9300.280.32162.1187.0336.27
HexCAD7D5D01C20a25724
Octal142551751350344024212744
Binary11001010110111111011011101011100100000101000101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,173,125); }

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

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

 a { background-color: rgb(12,173,125); }

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

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

 span { border-color: rgb(12,173,125); }

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