Html Css Color HEX #12BC98 Mountain Meadow

📋 copy color: '#12BC98'

red 18 ◦ green 188 ◦ blue 152

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

Shades of Mountain Meadow #12BC98

Tints of Mountain Meadow #12BC98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.46%

R = 5.03%
G = 52.51%
B = 42.46%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#12BC98 (or 0x12BC98) is known color: Mountain Meadow. HEX triplet: 12, BC and 98. RGB value is (18,188,152). Sum of RGB (Red+Green+Blue) = 18+188+152=358 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.03% from 358); Green value is 188 (73.83% from 255 or 52.51% from 358); Blue value is 152 (59.77% from 255 or 42.46% from 358); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BC98 is #ED4367. Grayscale: #858585. Windows color (decimal): -15549288 or 10009618. OLE color: 10009618.

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

Color convert

RGB 18 188 152 -
CMYK 0.90 0 0.19 0.26
HSL 167.29º 0.83% 0.4% -
HSV(B) 167.29º 0.9% 0.74% -
XYZ 23.9 38.36 35.85 -
YUV 133.07 138.68 45.93 -
System Red Green Blue C M Y K H S L
Decimal 18 188 152 0.90 0 0.19 0.26 167.29 0.83 0.4
Hex 12 BC 98 5A 0 13 1A A7 53 28
Octal 22 274 230 132 0 23 32 247 123 50
Binary 10010 10111100 10011000 1011010 0 10011 11010 10100111 1010011 101000

Color Harmonies of #12BC98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BC98

Black with #12BC98

Text Example


Text Example

White with #12BC98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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