Html Css Color HEX #12B974 Mountain Meadow

📋 copy color: '#12B974'

red 18 ◦ green 185 ◦ blue 116

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

Shades of Mountain Meadow #12B974

Tints of Mountain Meadow #12B974

RGB

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

 GREEN value IS 185 (72.66% from 255) = 57.99%

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

R = 5.64%
G = 57.99%
B = 36.36%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#12B974 (or 0x12B974) is known color: Mountain Meadow. HEX triplet: 12, B9 and 74. RGB value is (18,185,116). Sum of RGB (Red+Green+Blue) = 18+185+116=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 185 (72.66% from 255 or 57.99% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 185 - color contains mainly: green. Hex color #12B974 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B974 is #ED468B. Grayscale: #7F7F7F. Windows color (decimal): -15550092 or 7649554. OLE color: 7649554.

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

Color convert

RGB 18 185 116 -
CMYK 0.90 0 0.37 0.27
HSL 155.21º 0.82% 0.4% -
HSV(B) 155.21º 0.9% 0.73% -
XYZ 20.75 36.09 22.39 -
YUV 127.2 121.67 50.11 -
System Red Green Blue C M Y K H S L
Decimal 18 185 116 0.90 0 0.37 0.27 155.21 0.82 0.4
Hex 12 B9 74 5A 0 25 1B 9B 52 28
Octal 22 271 164 132 0 45 33 233 122 50
Binary 10010 10111001 1110100 1011010 0 100101 11011 10011011 1010010 101000

Color Harmonies of #12B974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B974

Black with #12B974

Text Example


Text Example

White with #12B974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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