Html Css Color HEX #12A880 Mountain Meadow

📋 copy color: '#12A880'

red 18 ◦ green 168 ◦ blue 128

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

Shades of Mountain Meadow #12A880

Tints of Mountain Meadow #12A880

RGB

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

 GREEN value IS 168 (66.02% from 255) = 53.5%

 BLUE value IS 128 (50.39% from 255) = 40.76%

R = 5.73%
G = 53.5%
B = 40.76%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#12A880 (or 0x12A880) is known color: Mountain Meadow. HEX triplet: 12, A8 and 80. RGB value is (18,168,128). Sum of RGB (Red+Green+Blue) = 18+168+128=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 168 (66.02% from 255 or 53.50% from 314); Blue value is 128 (50.39% from 255 or 40.76% from 314); Max value from RGB is 168 - color contains mainly: green. Hex color #12A880 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12A880 is #ED577F. Grayscale: #767676. Windows color (decimal): -15554432 or 8431634. OLE color: 8431634.

HSL color Cylindrical-coordinate representation of color #12A880: hue angle of 164º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A880 is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 18 168 128 -
CMYK 0.89 0 0.24 0.34
HSL 164º 0.81% 0.36% -
HSV(B) 164º 0.89% 0.66% -
XYZ 18.15 29.69 25.2 -
YUV 118.59 133.31 56.25 -
System Red Green Blue C M Y K H S L
Decimal 18 168 128 0.89 0 0.24 0.34 164 0.81 0.36
Hex 12 A8 80 59 0 18 22 A4 51 24
Octal 22 250 200 131 0 30 42 244 121 44
Binary 10010 10101000 10000000 1011001 0 11000 100010 10100100 1010001 100100

Color Harmonies of #12A880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A880

Black with #12A880

Text Example


Text Example

White with #12A880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,168,128); }

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

background-color css

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

 a { background-color: rgb(18,168,128); }

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

border-color css

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

 span { border-color: rgb(18,168,128); }

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