Html Css Color HEX #0CC983 Mountain Meadow

📋 copy color: '#0CC983'

red 12 ◦ green 201 ◦ blue 131

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

Shades of Mountain Meadow #0CC983

Tints of Mountain Meadow #0CC983

RGB

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

 GREEN value IS 201 (78.91% from 255) = 58.43%

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

R = 3.49%
G = 58.43%
B = 38.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#0CC983 (or 0x0CC983) is known color: Mountain Meadow. HEX triplet: 0C, C9 and 83. RGB value is (12,201,131). Sum of RGB (Red+Green+Blue) = 12+201+131=344 (45% of max value = 765). Red value is 12 (5.08% from 255 or 3.49% from 344); Green value is 201 (78.91% from 255 or 58.43% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC983 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC983 is #F3367C. Grayscale: #888888. Windows color (decimal): -15939197 or 8636684. OLE color: 8636684.

HSL color Cylindrical-coordinate representation of color #0CC983: hue angle of 157.78º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC983 is Cyan = 0.94, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 12 201 131 -
CMYK 0.94 0 0.35 0.21
HSL 157.78º 0.89% 0.42% -
HSV(B) 157.78º 0.94% 0.79% -
XYZ 25.14 43.49 28.54 -
YUV 136.51 124.88 39.19 -
System Red Green Blue C M Y K H S L
Decimal 12 201 131 0.94 0 0.35 0.21 157.78 0.89 0.42
Hex C C9 83 5E 0 23 15 9E 59 2A
Octal 14 311 203 136 0 43 25 236 131 52
Binary 1100 11001001 10000011 1011110 0 100011 10101 10011110 1011001 101010

Color Harmonies of #0CC983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC983

Black with #0CC983

Text Example


Text Example

White with #0CC983

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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