Html Css Color HEX #12BF8C Mountain Meadow

📋 copy color: '#12BF8C'

red 18 ◦ green 191 ◦ blue 140

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

Shades of Mountain Meadow #12BF8C

Tints of Mountain Meadow #12BF8C

RGB

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

 GREEN value IS 191 (75% from 255) = 54.73%

 BLUE value IS 140 (55.08% from 255) = 40.11%

R = 5.16%
G = 54.73%
B = 40.11%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#12BF8C (or 0x12BF8C) is known color: Mountain Meadow. HEX triplet: 12, BF and 8C. RGB value is (18,191,140). Sum of RGB (Red+Green+Blue) = 18+191+140=349 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.16% from 349); Green value is 191 (75% from 255 or 54.73% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BF8C is #ED4073. Grayscale: #858585. Windows color (decimal): -15548532 or 9223954. OLE color: 9223954.

HSL color Cylindrical-coordinate representation of color #12BF8C: hue angle of 162.31º 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 #12BF8C is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 191 140 -
CMYK 0.91 0 0.27 0.25
HSL 162.31º 0.83% 0.41% -
HSV(B) 162.31º 0.91% 0.75% -
XYZ 23.61 39.28 31.15 -
YUV 133.46 131.69 45.65 -
System Red Green Blue C M Y K H S L
Decimal 18 191 140 0.91 0 0.27 0.25 162.31 0.83 0.41
Hex 12 BF 8C 5B 0 1B 19 A2 53 29
Octal 22 277 214 133 0 33 31 242 123 51
Binary 10010 10111111 10001100 1011011 0 11011 11001 10100010 1010011 101001

Color Harmonies of #12BF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BF8C

Black with #12BF8C

Text Example


Text Example

White with #12BF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,191,140); }

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

background-color css

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

 a { background-color: rgb(18,191,140); }

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

border-color css

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

 span { border-color: rgb(18,191,140); }

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