Html Css Color HEX #12B679 Mountain Meadow

📋 copy color: '#12B679'

red 18 ◦ green 182 ◦ blue 121

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

Shades of Mountain Meadow #12B679

Tints of Mountain Meadow #12B679

RGB

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

 GREEN value IS 182 (71.48% from 255) = 56.7%

 BLUE value IS 121 (47.66% from 255) = 37.69%

R = 5.61%
G = 56.7%
B = 37.69%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#12B679 (or 0x12B679) is known color: Mountain Meadow. HEX triplet: 12, B6 and 79. RGB value is (18,182,121). Sum of RGB (Red+Green+Blue) = 18+182+121=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 182 (71.48% from 255 or 56.70% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 182 - color contains mainly: green. Hex color #12B679 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B679 is #ED4986. Grayscale: #7E7E7E. Windows color (decimal): -15550855 or 7976466. OLE color: 7976466.

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

Color convert

RGB 18 182 121 -
CMYK 0.90 0 0.34 0.29
HSL 157.68º 0.82% 0.39% -
HSV(B) 157.68º 0.9% 0.71% -
XYZ 20.43 34.96 23.76 -
YUV 126.01 125.17 50.96 -
System Red Green Blue C M Y K H S L
Decimal 18 182 121 0.90 0 0.34 0.29 157.68 0.82 0.39
Hex 12 B6 79 5A 0 22 1D 9E 52 27
Octal 22 266 171 132 0 42 35 236 122 47
Binary 10010 10110110 1111001 1011010 0 100010 11101 10011110 1010010 100111

Color Harmonies of #12B679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B679

Black with #12B679

Text Example


Text Example

White with #12B679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,182,121); }

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

background-color css

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

 a { background-color: rgb(18,182,121); }

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

border-color css

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

 span { border-color: rgb(18,182,121); }

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