Html Css Color HEX #12BC92 Mountain Meadow

📋 copy color: '#12BC92'

red 18 ◦ green 188 ◦ blue 146

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

Shades of Mountain Meadow #12BC92

Tints of Mountain Meadow #12BC92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.48%

R = 5.11%
G = 53.41%
B = 41.48%

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

#12BC92 (or 0x12BC92) is known color: Mountain Meadow. HEX triplet: 12, BC and 92. RGB value is (18,188,146). Sum of RGB (Red+Green+Blue) = 18+188+146=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BC92 is #ED436D. Grayscale: #848484. Windows color (decimal): -15549294 or 9616402. OLE color: 9616402.

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

Color convert

RGB 18 188 146 -
CMYK 0.90 0 0.22 0.26
HSL 165.18º 0.83% 0.4% -
HSV(B) 165.18º 0.9% 0.74% -
XYZ 23.42 38.17 33.33 -
YUV 132.38 135.68 46.42 -
System Red Green Blue C M Y K H S L
Decimal 18 188 146 0.90 0 0.22 0.26 165.18 0.83 0.4
Hex 12 BC 92 5A 0 16 1A A5 53 28
Octal 22 274 222 132 0 26 32 245 123 50
Binary 10010 10111100 10010010 1011010 0 10110 11010 10100101 1010011 101000

Color Harmonies of #12BC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BC92

Black with #12BC92

Text Example


Text Example

White with #12BC92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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