Html Css Color HEX #12BA72 Mountain Meadow

📋 copy color: '#12BA72'

red 18 ◦ green 186 ◦ blue 114

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

Shades of Mountain Meadow #12BA72

Tints of Mountain Meadow #12BA72

RGB

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

 GREEN value IS 186 (73.05% from 255) = 58.49%

 BLUE value IS 114 (44.92% from 255) = 35.85%

R = 5.66%
G = 58.49%
B = 35.85%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#12BA72 (or 0x12BA72) is known color: Mountain Meadow. HEX triplet: 12, BA and 72. RGB value is (18,186,114). Sum of RGB (Red+Green+Blue) = 18+186+114=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 186 (73.05% from 255 or 58.49% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BA72 is #ED458D. Grayscale: #7F7F7F. Windows color (decimal): -15549838 or 7518738. OLE color: 7518738.

HSL color Cylindrical-coordinate representation of color #12BA72: hue angle of 154.29º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BA72 is Cyan = 0.90, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 186 114 -
CMYK 0.90 0 0.39 0.27
HSL 154.29º 0.82% 0.4% -
HSV(B) 154.29º 0.9% 0.73% -
XYZ 20.85 36.46 21.86 -
YUV 127.56 120.34 49.85 -
System Red Green Blue C M Y K H S L
Decimal 18 186 114 0.90 0 0.39 0.27 154.29 0.82 0.4
Hex 12 BA 72 5A 0 27 1B 9A 52 28
Octal 22 272 162 132 0 47 33 232 122 50
Binary 10010 10111010 1110010 1011010 0 100111 11011 10011010 1010010 101000

Color Harmonies of #12BA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BA72

Black with #12BA72

Text Example


Text Example

White with #12BA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,186,114); }

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

background-color css

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

 a { background-color: rgb(18,186,114); }

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

border-color css

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

 span { border-color: rgb(18,186,114); }

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