Html Css Color HEX #12A77D Mountain Meadow

📋 copy color: '#12A77D'

red 18 ◦ green 167 ◦ blue 125

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

Shades of Mountain Meadow #12A77D

Tints of Mountain Meadow #12A77D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 53.87%

 BLUE value IS 125 (49.22% from 255) = 40.32%

R = 5.81%
G = 53.87%
B = 40.32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#12A77D (or 0x12A77D) is known color: Mountain Meadow. HEX triplet: 12, A7 and 7D. RGB value is (18,167,125). Sum of RGB (Red+Green+Blue) = 18+167+125=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 167 (65.62% from 255 or 53.87% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 167 - color contains mainly: green. Hex color #12A77D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A77D is #ED5882. Grayscale: #757575. Windows color (decimal): -15554691 or 8234770. OLE color: 8234770.

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

Color convert

RGB 18 167 125 -
CMYK 0.89 0 0.25 0.35
HSL 163.09º 0.81% 0.36% -
HSV(B) 163.09º 0.89% 0.65% -
XYZ 17.77 29.25 24.11 -
YUV 117.66 132.14 56.92 -
System Red Green Blue C M Y K H S L
Decimal 18 167 125 0.89 0 0.25 0.35 163.09 0.81 0.36
Hex 12 A7 7D 59 0 19 23 A3 51 24
Octal 22 247 175 131 0 31 43 243 121 44
Binary 10010 10100111 1111101 1011001 0 11001 100011 10100011 1010001 100100

Color Harmonies of #12A77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A77D

Black with #12A77D

Text Example


Text Example

White with #12A77D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,167,125); }

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

background-color css

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

 a { background-color: rgb(18,167,125); }

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

border-color css

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

 span { border-color: rgb(18,167,125); }

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