Html Css Color HEX #12B484 Mountain Meadow

📋 copy color: '#12B484'

red 18 ◦ green 180 ◦ blue 132

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

Shades of Mountain Meadow #12B484

Tints of Mountain Meadow #12B484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40%

R = 5.45%
G = 54.55%
B = 40%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#12B484 (or 0x12B484) is known color: Mountain Meadow. HEX triplet: 12, B4 and 84. RGB value is (18,180,132). Sum of RGB (Red+Green+Blue) = 18+180+132=330 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.45% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #12B484 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B484 is #ED4B7B. Grayscale: #7E7E7E. Windows color (decimal): -15551356 or 8696850. OLE color: 8696850.

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

Color convert

RGB 18 180 132 -
CMYK 0.9 0 0.27 0.29
HSL 162.22º 0.82% 0.39% -
HSV(B) 162.22º 0.9% 0.71% -
XYZ 20.74 34.44 27.38 -
YUV 126.09 131.33 50.9 -
System Red Green Blue C M Y K H S L
Decimal 18 180 132 0.9 0 0.27 0.29 162.22 0.82 0.39
Hex 12 B4 84 5A 0 1B 1D A2 52 27
Octal 22 264 204 132 0 33 35 242 122 47
Binary 10010 10110100 10000100 1011010 0 11011 11101 10100010 1010010 100111

Color Harmonies of #12B484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B484

Black with #12B484

Text Example


Text Example

White with #12B484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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