Html Css Color HEX #0CAD83 Mountain Meadow

📋 copy color: '#0CAD83'

red 12 ◦ green 173 ◦ blue 131

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

Shades of Mountain Meadow #0CAD83

Tints of Mountain Meadow #0CAD83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 41.46%

R = 3.8%
G = 54.75%
B = 41.46%

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

#0CAD83 (or 0x0CAD83) is known color: Mountain Meadow. HEX triplet: 0C, AD and 83. RGB value is (12,173,131). Sum of RGB (Red+Green+Blue) = 12+173+131=316 (41% of max value = 765). Red value is 12 (5.08% from 255 or 3.80% from 316); Green value is 173 (67.97% from 255 or 54.75% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 173 - color contains mainly: green. Hex color #0CAD83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0CAD83 is #F3527C. Grayscale: #787878. Windows color (decimal): -15946365 or 8629516. OLE color: 8629516.

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

Color convert

RGB 12 173 131 -
CMYK 0.93 0 0.24 0.32
HSL 164.35º 0.87% 0.36% -
HSV(B) 164.35º 0.93% 0.68% -
XYZ 19.19 31.6 26.56 -
YUV 120.07 134.16 50.92 -
System Red Green Blue C M Y K H S L
Decimal 12 173 131 0.93 0 0.24 0.32 164.35 0.87 0.36
Hex C AD 83 5D 0 18 20 A4 57 24
Octal 14 255 203 135 0 30 40 244 127 44
Binary 1100 10101101 10000011 1011101 0 11000 100000 10100100 1010111 100100

Color Harmonies of #0CAD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CAD83

Black with #0CAD83

Text Example


Text Example

White with #0CAD83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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