Html Css Color HEX #0CAD84 Mountain Meadow

📋 copy color: '#0CAD84'

red 12 ◦ green 173 ◦ blue 132

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

Shades of Mountain Meadow #0CAD84

Tints of Mountain Meadow #0CAD84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 41.64%

R = 3.79%
G = 54.57%
B = 41.64%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#0CAD84 (or 0x0CAD84) is known color: Mountain Meadow. HEX triplet: 0C, AD and 84. RGB value is (12,173,132). Sum of RGB (Red+Green+Blue) = 12+173+132=317 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.79% from 317); Green value is 173 (67.97% from 255 or 54.57% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 173 - color contains mainly: green. Hex color #0CAD84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAD84 is #F3527B. Grayscale: #787878. Windows color (decimal): -15946364 or 8695052. OLE color: 8695052.

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

Color convert

RGB 12 173 132 -
CMYK 0.93 0 0.24 0.32
HSL 164.72º 0.87% 0.36% -
HSV(B) 164.72º 0.93% 0.68% -
XYZ 19.26 31.63 26.92 -
YUV 120.19 134.66 50.83 -
System Red Green Blue C M Y K H S L
Decimal 12 173 132 0.93 0 0.24 0.32 164.72 0.87 0.36
Hex C AD 84 5D 0 18 20 A5 57 24
Octal 14 255 204 135 0 30 40 245 127 44
Binary 1100 10101101 10000100 1011101 0 11000 100000 10100101 1010111 100100

Color Harmonies of #0CAD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAD84

Black with #0CAD84

Text Example


Text Example

White with #0CAD84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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