Html Css Color HEX #12BC96 Mountain Meadow

📋 copy color: '#12BC96'

red 18 ◦ green 188 ◦ blue 150

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

Shades of Mountain Meadow #12BC96

Tints of Mountain Meadow #12BC96

RGB

 RED value IS 18 (7.42% from 255) = 5.06%

 GREEN value IS 188 (73.83% from 255) = 52.81%

 BLUE value IS 150 (58.98% from 255) = 42.13%

R = 5.06%
G = 52.81%
B = 42.13%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#12BC96 (or 0x12BC96) is known color: Mountain Meadow. HEX triplet: 12, BC and 96. RGB value is (18,188,150). Sum of RGB (Red+Green+Blue) = 18+188+150=356 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.06% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BC96 is #ED4369. Grayscale: #848484. Windows color (decimal): -15549290 or 9878546. OLE color: 9878546.

HSL color Cylindrical-coordinate representation of color #12BC96: hue angle of 166.59º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BC96 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 188 150 -
CMYK 0.90 0 0.20 0.26
HSL 166.59º 0.83% 0.4% -
HSV(B) 166.59º 0.9% 0.74% -
XYZ 23.74 38.3 35 -
YUV 132.84 137.68 46.09 -
System Red Green Blue C M Y K H S L
Decimal 18 188 150 0.90 0 0.20 0.26 166.59 0.83 0.4
Hex 12 BC 96 5A 0 14 1A A7 53 28
Octal 22 274 226 132 0 24 32 247 123 50
Binary 10010 10111100 10010110 1011010 0 10100 11010 10100111 1010011 101000

Color Harmonies of #12BC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BC96

Black with #12BC96

Text Example


Text Example

White with #12BC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12BC96; }

 p { color: rgb(18,188,150); }

 H1.HeaderClassName
 {
   color: #12BC96;
 }
 .AnyTagClassName
 {
   color: #12BC96;
 }
</style>

background-color css

<style>
 a { background-color: #12BC96; }

 a { background-color: rgb(18,188,150); }

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

border-color css

<style>
 span { border-color: #12BC96; }

 span { border-color: rgb(18,188,150); }

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