Html Css Color HEX #12AB81 Mountain Meadow

📋 copy color: '#12AB81'

red 18 ◦ green 171 ◦ blue 129

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

Shades of Mountain Meadow #12AB81

Tints of Mountain Meadow #12AB81

RGB

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

 GREEN value IS 171 (67.19% from 255) = 53.77%

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

R = 5.66%
G = 53.77%
B = 40.57%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#12AB81 (or 0x12AB81) is known color: Mountain Meadow. HEX triplet: 12, AB and 81. RGB value is (18,171,129). Sum of RGB (Red+Green+Blue) = 18+171+129=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 171 (67.19% from 255 or 53.77% from 318); Blue value is 129 (50.78% from 255 or 40.57% from 318); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AB81 is #ED547E. Grayscale: #787878. Windows color (decimal): -15553663 or 8497938. OLE color: 8497938.

HSL color Cylindrical-coordinate representation of color #12AB81: hue angle of 163.53º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AB81 is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 171 129 -
CMYK 0.89 0 0.25 0.33
HSL 163.53º 0.81% 0.37% -
HSV(B) 163.53º 0.89% 0.67% -
XYZ 18.77 30.84 25.73 -
YUV 120.47 132.81 54.92 -
System Red Green Blue C M Y K H S L
Decimal 18 171 129 0.89 0 0.25 0.33 163.53 0.81 0.37
Hex 12 AB 81 59 0 19 21 A4 51 25
Octal 22 253 201 131 0 31 41 244 121 45
Binary 10010 10101011 10000001 1011001 0 11001 100001 10100100 1010001 100101

Color Harmonies of #12AB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB81

Black with #12AB81

Text Example


Text Example

White with #12AB81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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