Html Css Color HEX #12B874 Mountain Meadow

📋 copy color: '#12B874'

red 18 ◦ green 184 ◦ blue 116

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

Shades of Mountain Meadow #12B874

Tints of Mountain Meadow #12B874

RGB

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

 GREEN value IS 184 (72.27% from 255) = 57.86%

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

R = 5.66%
G = 57.86%
B = 36.48%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#12B874 (or 0x12B874) is known color: Mountain Meadow. HEX triplet: 12, B8 and 74. RGB value is (18,184,116). Sum of RGB (Red+Green+Blue) = 18+184+116=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 184 (72.27% from 255 or 57.86% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 184 - color contains mainly: green. Hex color #12B874 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B874 is #ED478B. Grayscale: #7E7E7E. Windows color (decimal): -15550348 or 7649298. OLE color: 7649298.

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

Color convert

RGB 18 184 116 -
CMYK 0.90 0 0.37 0.28
HSL 155.42º 0.82% 0.4% -
HSV(B) 155.42º 0.9% 0.72% -
XYZ 20.54 35.67 22.33 -
YUV 126.61 122 50.53 -
System Red Green Blue C M Y K H S L
Decimal 18 184 116 0.90 0 0.37 0.28 155.42 0.82 0.4
Hex 12 B8 74 5A 0 25 1C 9B 52 28
Octal 22 270 164 132 0 45 34 233 122 50
Binary 10010 10111000 1110100 1011010 0 100101 11100 10011011 1010010 101000

Color Harmonies of #12B874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B874

Black with #12B874

Text Example


Text Example

White with #12B874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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