Html Css Color HEX #12B481 Mountain Meadow

📋 copy color: '#12B481'

red 18 ◦ green 180 ◦ blue 129

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

Shades of Mountain Meadow #12B481

Tints of Mountain Meadow #12B481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.45%

R = 5.5%
G = 55.05%
B = 39.45%

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

#12B481 (or 0x12B481) is known color: Mountain Meadow. HEX triplet: 12, B4 and 81. RGB value is (18,180,129). Sum of RGB (Red+Green+Blue) = 18+180+129=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 180 (70.70% from 255 or 55.05% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 180 - color contains mainly: green. Hex color #12B481 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B481 is #ED4B7E. Grayscale: #7D7D7D. Windows color (decimal): -15551359 or 8500242. OLE color: 8500242.

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

Color convert

RGB 18 180 129 -
CMYK 0.9 0 0.28 0.29
HSL 161.11º 0.82% 0.39% -
HSV(B) 161.11º 0.9% 0.71% -
XYZ 20.53 34.36 26.32 -
YUV 125.75 129.83 51.15 -
System Red Green Blue C M Y K H S L
Decimal 18 180 129 0.9 0 0.28 0.29 161.11 0.82 0.39
Hex 12 B4 81 5A 0 1C 1D A1 52 27
Octal 22 264 201 132 0 34 35 241 122 47
Binary 10010 10110100 10000001 1011010 0 11100 11101 10100001 1010010 100111

Color Harmonies of #12B481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B481

Black with #12B481

Text Example


Text Example

White with #12B481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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