Html Css Color HEX #0CAD89 Mountain Meadow

📋 copy color: '#0CAD89'

red 12 ◦ green 173 ◦ blue 137

#0CAD89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #0CAD89

Tints of Mountain Meadow #0CAD89

RGB

 RED value IS 12 (5.08% from 255) = 3.73%

 GREEN value IS 173 (67.97% from 255) = 53.73%

 BLUE value IS 137 (53.91% from 255) = 42.55%

R = 3.73%
G = 53.73%
B = 42.55%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#0CAD89 (or 0x0CAD89) is known color: Mountain Meadow. HEX triplet: 0C, AD and 89. RGB value is (12,173,137). Sum of RGB (Red+Green+Blue) = 12+173+137=322 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.73% from 322); Green value is 173 (67.97% from 255 or 53.73% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 173 - color contains mainly: green. Hex color #0CAD89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAD89 is #F35276. Grayscale: #787878. Windows color (decimal): -15946359 or 9022732. OLE color: 9022732.

HSL color Cylindrical-coordinate representation of color #0CAD89: hue angle of 166.58º 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 #0CAD89 is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 12 173 137 -
CMYK 0.93 0 0.21 0.32
HSL 166.58º 0.87% 0.36% -
HSV(B) 166.58º 0.93% 0.68% -
XYZ 19.61 31.77 28.77 -
YUV 120.76 137.16 50.43 -
System Red Green Blue C M Y K H S L
Decimal 12 173 137 0.93 0 0.21 0.32 166.58 0.87 0.36
Hex C AD 89 5D 0 15 20 A7 57 24
Octal 14 255 211 135 0 25 40 247 127 44
Binary 1100 10101101 10001001 1011101 0 10101 100000 10100111 1010111 100100

Color Harmonies of #0CAD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAD89

Black with #0CAD89

Text Example


Text Example

White with #0CAD89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0CAD89;
 }
 .AnyTagClassName
 {
   color: #0CAD89;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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