Html Css Color HEX #12BD8A Mountain Meadow

📋 copy color: '#12BD8A'

red 18 ◦ green 189 ◦ blue 138

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

Shades of Mountain Meadow #12BD8A

Tints of Mountain Meadow #12BD8A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 54.78%

 BLUE value IS 138 (54.3% from 255) = 40%

R = 5.22%
G = 54.78%
B = 40%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#12BD8A (or 0x12BD8A) is known color: Mountain Meadow. HEX triplet: 12, BD and 8A. RGB value is (18,189,138). Sum of RGB (Red+Green+Blue) = 18+189+138=345 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.22% from 345); Green value is 189 (74.22% from 255 or 54.78% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BD8A is #ED4275. Grayscale: #848484. Windows color (decimal): -15549046 or 9092370. OLE color: 9092370.

HSL color Cylindrical-coordinate representation of color #12BD8A: hue angle of 162.11º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BD8A is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 189 138 -
CMYK 0.90 0 0.27 0.26
HSL 162.11º 0.83% 0.41% -
HSV(B) 162.11º 0.9% 0.74% -
XYZ 23.03 38.36 30.23 -
YUV 132.06 131.35 46.65 -
System Red Green Blue C M Y K H S L
Decimal 18 189 138 0.90 0 0.27 0.26 162.11 0.83 0.41
Hex 12 BD 8A 5A 0 1B 1A A2 53 29
Octal 22 275 212 132 0 33 32 242 123 51
Binary 10010 10111101 10001010 1011010 0 11011 11010 10100010 1010011 101001

Color Harmonies of #12BD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BD8A

Black with #12BD8A

Text Example


Text Example

White with #12BD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,189,138); }

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

background-color css

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

 a { background-color: rgb(18,189,138); }

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

border-color css

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

 span { border-color: rgb(18,189,138); }

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