Html Css Color HEX #12BE8D Mountain Meadow

📋 copy color: '#12BE8D'

red 18 ◦ green 190 ◦ blue 141

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

Shades of Mountain Meadow #12BE8D

Tints of Mountain Meadow #12BE8D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 54.44%

 BLUE value IS 141 (55.47% from 255) = 40.4%

R = 5.16%
G = 54.44%
B = 40.4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#12BE8D (or 0x12BE8D) is known color: Mountain Meadow. HEX triplet: 12, BE and 8D. RGB value is (18,190,141). Sum of RGB (Red+Green+Blue) = 18+190+141=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 190 (74.61% from 255 or 54.44% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 190 - color contains mainly: green. Hex color #12BE8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BE8D is #ED4172. Grayscale: #858585. Windows color (decimal): -15548787 or 9289234. OLE color: 9289234.

HSL color Cylindrical-coordinate representation of color #12BE8D: hue angle of 162.91º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BE8D is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 190 141 -
CMYK 0.91 0 0.26 0.25
HSL 162.91º 0.83% 0.41% -
HSV(B) 162.91º 0.91% 0.75% -
XYZ 23.47 38.88 31.47 -
YUV 132.99 132.52 45.98 -
System Red Green Blue C M Y K H S L
Decimal 18 190 141 0.91 0 0.26 0.25 162.91 0.83 0.41
Hex 12 BE 8D 5B 0 1A 19 A3 53 29
Octal 22 276 215 133 0 32 31 243 123 51
Binary 10010 10111110 10001101 1011011 0 11010 11001 10100011 1010011 101001

Color Harmonies of #12BE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BE8D

Black with #12BE8D

Text Example


Text Example

White with #12BE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,190,141); }

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

background-color css

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

 a { background-color: rgb(18,190,141); }

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

border-color css

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

 span { border-color: rgb(18,190,141); }

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