Html Css Color HEX #12BC93 Mountain Meadow

📋 copy color: '#12BC93'

red 18 ◦ green 188 ◦ blue 147

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

Shades of Mountain Meadow #12BC93

Tints of Mountain Meadow #12BC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 41.64%

R = 5.1%
G = 53.26%
B = 41.64%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#12BC93 (or 0x12BC93) is known color: Mountain Meadow. HEX triplet: 12, BC and 93. RGB value is (18,188,147). Sum of RGB (Red+Green+Blue) = 18+188+147=353 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.10% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BC93 is #ED436C. Grayscale: #848484. Windows color (decimal): -15549293 or 9681938. OLE color: 9681938.

HSL color Cylindrical-coordinate representation of color #12BC93: hue angle of 165.53º 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 #12BC93 is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 188 147 -
CMYK 0.90 0 0.22 0.26
HSL 165.53º 0.83% 0.4% -
HSV(B) 165.53º 0.9% 0.74% -
XYZ 23.5 38.2 33.74 -
YUV 132.5 136.18 46.33 -
System Red Green Blue C M Y K H S L
Decimal 18 188 147 0.90 0 0.22 0.26 165.53 0.83 0.4
Hex 12 BC 93 5A 0 16 1A A6 53 28
Octal 22 274 223 132 0 26 32 246 123 50
Binary 10010 10111100 10010011 1011010 0 10110 11010 10100110 1010011 101000

Color Harmonies of #12BC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BC93

Black with #12BC93

Text Example


Text Example

White with #12BC93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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