Html Css Color HEX #12AB83 Mountain Meadow

📋 copy color: '#12AB83'

red 18 ◦ green 171 ◦ blue 131

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

Shades of Mountain Meadow #12AB83

Tints of Mountain Meadow #12AB83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.94%

R = 5.63%
G = 53.44%
B = 40.94%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#12AB83 (or 0x12AB83) is known color: Mountain Meadow. HEX triplet: 12, AB and 83. RGB value is (18,171,131). Sum of RGB (Red+Green+Blue) = 18+171+131=320 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.62% from 320); Green value is 171 (67.19% from 255 or 53.44% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AB83 is #ED547C. Grayscale: #787878. Windows color (decimal): -15553661 or 8629010. OLE color: 8629010.

HSL color Cylindrical-coordinate representation of color #12AB83: hue angle of 164.31º 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 #12AB83 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 171 131 -
CMYK 0.89 0 0.23 0.33
HSL 164.31º 0.81% 0.37% -
HSV(B) 164.31º 0.89% 0.67% -
XYZ 18.91 30.89 26.44 -
YUV 120.69 133.81 54.75 -
System Red Green Blue C M Y K H S L
Decimal 18 171 131 0.89 0 0.23 0.33 164.31 0.81 0.37
Hex 12 AB 83 59 0 17 21 A4 51 25
Octal 22 253 203 131 0 27 41 244 121 45
Binary 10010 10101011 10000011 1011001 0 10111 100001 10100100 1010001 100101

Color Harmonies of #12AB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB83

Black with #12AB83

Text Example


Text Example

White with #12AB83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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