Html Css Color HEX #12A281 Mountain Meadow

📋 copy color: '#12A281'

red 18 ◦ green 162 ◦ blue 129

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

Shades of Mountain Meadow #12A281

Tints of Mountain Meadow #12A281

RGB

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

 GREEN value IS 162 (63.67% from 255) = 52.43%

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

R = 5.83%
G = 52.43%
B = 41.75%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#12A281 (or 0x12A281) is known color: Mountain Meadow. HEX triplet: 12, A2 and 81. RGB value is (18,162,129). Sum of RGB (Red+Green+Blue) = 18+162+129=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 162 (63.67% from 255 or 52.43% from 309); Blue value is 129 (50.78% from 255 or 41.75% from 309); Max value from RGB is 162 - color contains mainly: green. Hex color #12A281 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A281 is #ED5D7E. Grayscale: #737373. Windows color (decimal): -15555967 or 8495634. OLE color: 8495634.

HSL color Cylindrical-coordinate representation of color #12A281: hue angle of 166.25º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A281 is Cyan = 0.89, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 162 129 -
CMYK 0.89 0 0.20 0.36
HSL 166.25º 0.8% 0.35% -
HSV(B) 166.25º 0.89% 0.64% -
XYZ 17.13 27.55 25.18 -
YUV 115.18 135.79 58.68 -
System Red Green Blue C M Y K H S L
Decimal 18 162 129 0.89 0 0.20 0.36 166.25 0.8 0.35
Hex 12 A2 81 59 0 14 24 A6 50 23
Octal 22 242 201 131 0 24 44 246 120 43
Binary 10010 10100010 10000001 1011001 0 10100 100100 10100110 1010000 100011

Color Harmonies of #12A281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A281

Black with #12A281

Text Example


Text Example

White with #12A281

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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