Html Css Color HEX #12B575 Mountain Meadow

📋 copy color: '#12B575'

red 18 ◦ green 181 ◦ blue 117

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

Shades of Mountain Meadow #12B575

Tints of Mountain Meadow #12B575

RGB

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

 GREEN value IS 181 (71.09% from 255) = 57.28%

 BLUE value IS 117 (46.09% from 255) = 37.03%

R = 5.7%
G = 57.28%
B = 37.03%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#12B575 (or 0x12B575) is known color: Mountain Meadow. HEX triplet: 12, B5 and 75. RGB value is (18,181,117). Sum of RGB (Red+Green+Blue) = 18+181+117=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 181 (71.09% from 255 or 57.28% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 181 - color contains mainly: green. Hex color #12B575 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B575 is #ED4A8A. Grayscale: #7D7D7D. Windows color (decimal): -15551115 or 7714066. OLE color: 7714066.

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

Color convert

RGB 18 181 117 -
CMYK 0.90 0 0.35 0.29
HSL 156.44º 0.82% 0.39% -
HSV(B) 156.44º 0.9% 0.71% -
XYZ 19.98 34.46 22.43 -
YUV 124.97 123.5 51.7 -
System Red Green Blue C M Y K H S L
Decimal 18 181 117 0.90 0 0.35 0.29 156.44 0.82 0.39
Hex 12 B5 75 5A 0 23 1D 9C 52 27
Octal 22 265 165 132 0 43 35 234 122 47
Binary 10010 10110101 1110101 1011010 0 100011 11101 10011100 1010010 100111

Color Harmonies of #12B575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B575

Black with #12B575

Text Example


Text Example

White with #12B575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,181,117); }

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

background-color css

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

 a { background-color: rgb(18,181,117); }

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

border-color css

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

 span { border-color: rgb(18,181,117); }

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