Html Css Color HEX #12B381 Mountain Meadow

📋 copy color: '#12B381'

red 18 ◦ green 179 ◦ blue 129

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

Shades of Mountain Meadow #12B381

Tints of Mountain Meadow #12B381

RGB

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

 GREEN value IS 179 (70.31% from 255) = 54.91%

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

R = 5.52%
G = 54.91%
B = 39.57%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#12B381 (or 0x12B381) is known color: Mountain Meadow. HEX triplet: 12, B3 and 81. RGB value is (18,179,129). Sum of RGB (Red+Green+Blue) = 18+179+129=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 179 (70.31% from 255 or 54.91% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 179 - color contains mainly: green. Hex color #12B381 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B381 is #ED4C7E. Grayscale: #7D7D7D. Windows color (decimal): -15551615 or 8499986. OLE color: 8499986.

HSL color Cylindrical-coordinate representation of color #12B381: hue angle of 161.37º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B381 is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 179 129 -
CMYK 0.90 0 0.28 0.30
HSL 161.37º 0.82% 0.39% -
HSV(B) 161.37º 0.9% 0.7% -
XYZ 20.33 33.95 26.25 -
YUV 125.16 130.16 51.57 -
System Red Green Blue C M Y K H S L
Decimal 18 179 129 0.90 0 0.28 0.30 161.37 0.82 0.39
Hex 12 B3 81 5A 0 1C 1E A1 52 27
Octal 22 263 201 132 0 34 36 241 122 47
Binary 10010 10110011 10000001 1011010 0 11100 11110 10100001 1010010 100111

Color Harmonies of #12B381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B381

Black with #12B381

Text Example


Text Example

White with #12B381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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