Html Css Color HEX #12D17B Mountain Meadow

📋 copy color: '#12D17B'

red 18 ◦ green 209 ◦ blue 123

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

Shades of Mountain Meadow #12D17B

Tints of Mountain Meadow #12D17B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 59.71%

 BLUE value IS 123 (48.44% from 255) = 35.14%

R = 5.14%
G = 59.71%
B = 35.14%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#12D17B (or 0x12D17B) is known color: Mountain Meadow. HEX triplet: 12, D1 and 7B. RGB value is (18,209,123). Sum of RGB (Red+Green+Blue) = 18+209+123=350 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.14% from 350); Green value is 209 (82.03% from 255 or 59.71% from 350); Blue value is 123 (48.44% from 255 or 35.14% from 350); Max value from RGB is 209 - color contains mainly: green. Hex color #12D17B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12D17B is #ED2E84. Grayscale: #8E8E8E. Windows color (decimal): -15543941 or 8114450. OLE color: 8114450.

HSL color Cylindrical-coordinate representation of color #12D17B: hue angle of 152.98º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D17B is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 209 123 -
CMYK 0.91 0 0.41 0.18
HSL 152.98º 0.84% 0.45% -
HSV(B) 152.98º 0.91% 0.82% -
XYZ 26.63 47.16 26.44 -
YUV 142.09 117.22 39.49 -
System Red Green Blue C M Y K H S L
Decimal 18 209 123 0.91 0 0.41 0.18 152.98 0.84 0.45
Hex 12 D1 7B 5B 0 29 12 99 54 2D
Octal 22 321 173 133 0 51 22 231 124 55
Binary 10010 11010001 1111011 1011011 0 101001 10010 10011001 1010100 101101

Color Harmonies of #12D17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D17B

Black with #12D17B

Text Example


Text Example

White with #12D17B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,209,123); }

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

background-color css

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

 a { background-color: rgb(18,209,123); }

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

border-color css

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

 span { border-color: rgb(18,209,123); }

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