Html Css Color HEX #12B482 Mountain Meadow

📋 copy color: '#12B482'

red 18 ◦ green 180 ◦ blue 130

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

Shades of Mountain Meadow #12B482

Tints of Mountain Meadow #12B482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 54.88%

 BLUE value IS 130 (51.17% from 255) = 39.63%

R = 5.49%
G = 54.88%
B = 39.63%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#12B482 (or 0x12B482) is known color: Mountain Meadow. HEX triplet: 12, B4 and 82. RGB value is (18,180,130). Sum of RGB (Red+Green+Blue) = 18+180+130=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 180 (70.70% from 255 or 54.88% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 180 - color contains mainly: green. Hex color #12B482 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B482 is #ED4B7D. Grayscale: #7D7D7D. Windows color (decimal): -15551358 or 8565778. OLE color: 8565778.

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

Color convert

RGB 18 180 130 -
CMYK 0.9 0 0.28 0.29
HSL 161.48º 0.82% 0.39% -
HSV(B) 161.48º 0.9% 0.71% -
XYZ 20.6 34.38 26.67 -
YUV 125.86 130.33 51.07 -
System Red Green Blue C M Y K H S L
Decimal 18 180 130 0.9 0 0.28 0.29 161.48 0.82 0.39
Hex 12 B4 82 5A 0 1C 1D A1 52 27
Octal 22 264 202 132 0 34 35 241 122 47
Binary 10010 10110100 10000010 1011010 0 11100 11101 10100001 1010010 100111

Color Harmonies of #12B482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B482

Black with #12B482

Text Example


Text Example

White with #12B482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,180,130); }

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

background-color css

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

 a { background-color: rgb(18,180,130); }

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

border-color css

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

 span { border-color: rgb(18,180,130); }

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