Html Css Color HEX #12B074 Mountain Meadow

📋 copy color: '#12B074'

red 18 ◦ green 176 ◦ blue 116

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

Shades of Mountain Meadow #12B074

Tints of Mountain Meadow #12B074

RGB

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

 GREEN value IS 176 (69.14% from 255) = 56.77%

 BLUE value IS 116 (45.7% from 255) = 37.42%

R = 5.81%
G = 56.77%
B = 37.42%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#12B074 (or 0x12B074) is known color: Mountain Meadow. HEX triplet: 12, B0 and 74. RGB value is (18,176,116). Sum of RGB (Red+Green+Blue) = 18+176+116=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 176 (69.14% from 255 or 56.77% from 310); Blue value is 116 (45.70% from 255 or 37.42% from 310); Max value from RGB is 176 - color contains mainly: green. Hex color #12B074 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12B074 is #ED4F8B. Grayscale: #7A7A7A. Windows color (decimal): -15552396 or 7647250. OLE color: 7647250.

HSL color Cylindrical-coordinate representation of color #12B074: hue angle of 157.22º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B074 is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 176 116 -
CMYK 0.90 0 0.34 0.31
HSL 157.22º 0.81% 0.38% -
HSV(B) 157.22º 0.9% 0.69% -
XYZ 18.93 32.44 21.79 -
YUV 121.92 124.65 53.88 -
System Red Green Blue C M Y K H S L
Decimal 18 176 116 0.90 0 0.34 0.31 157.22 0.81 0.38
Hex 12 B0 74 5A 0 22 1F 9D 51 26
Octal 22 260 164 132 0 42 37 235 121 46
Binary 10010 10110000 1110100 1011010 0 100010 11111 10011101 1010001 100110

Color Harmonies of #12B074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B074

Black with #12B074

Text Example


Text Example

White with #12B074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,176,116); }

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

background-color css

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

 a { background-color: rgb(18,176,116); }

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

border-color css

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

 span { border-color: rgb(18,176,116); }

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