Html Css Color HEX #12B281 Mountain Meadow

📋 copy color: '#12B281'

red 18 ◦ green 178 ◦ blue 129

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

Shades of Mountain Meadow #12B281

Tints of Mountain Meadow #12B281

RGB

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

 GREEN value IS 178 (69.92% from 255) = 54.77%

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

R = 5.54%
G = 54.77%
B = 39.69%

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

#12B281 (or 0x12B281) is known color: Mountain Meadow. HEX triplet: 12, B2 and 81. RGB value is (18,178,129). Sum of RGB (Red+Green+Blue) = 18+178+129=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 178 (69.92% from 255 or 54.77% from 325); Blue value is 129 (50.78% from 255 or 39.69% from 325); Max value from RGB is 178 - color contains mainly: green. Hex color #12B281 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12B281 is #ED4D7E. Grayscale: #7C7C7C. Windows color (decimal): -15551871 or 8499730. OLE color: 8499730.

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

Color convert

RGB 18 178 129 -
CMYK 0.90 0 0.28 0.30
HSL 161.63º 0.82% 0.38% -
HSV(B) 161.63º 0.9% 0.7% -
XYZ 20.13 33.55 26.18 -
YUV 124.57 130.49 51.98 -
System Red Green Blue C M Y K H S L
Decimal 18 178 129 0.90 0 0.28 0.30 161.63 0.82 0.38
Hex 12 B2 81 5A 0 1C 1E A2 52 26
Octal 22 262 201 132 0 34 36 242 122 46
Binary 10010 10110010 10000001 1011010 0 11100 11110 10100010 1010010 100110

Color Harmonies of #12B281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B281

Black with #12B281

Text Example


Text Example

White with #12B281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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