Html Css Color HEX #12A77C Mountain Meadow

📋 copy color: '#12A77C'

red 18 ◦ green 167 ◦ blue 124

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

Shades of Mountain Meadow #12A77C

Tints of Mountain Meadow #12A77C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.13%

R = 5.83%
G = 54.05%
B = 40.13%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#12A77C (or 0x12A77C) is known color: Mountain Meadow. HEX triplet: 12, A7 and 7C. RGB value is (18,167,124). Sum of RGB (Red+Green+Blue) = 18+167+124=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 167 (65.62% from 255 or 54.05% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 167 - color contains mainly: green. Hex color #12A77C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A77C is #ED5883. Grayscale: #757575. Windows color (decimal): -15554692 or 8169234. OLE color: 8169234.

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

Color convert

RGB 18 167 124 -
CMYK 0.89 0 0.26 0.35
HSL 162.68º 0.81% 0.36% -
HSV(B) 162.68º 0.89% 0.65% -
XYZ 17.71 29.22 23.78 -
YUV 117.55 131.64 57 -
System Red Green Blue C M Y K H S L
Decimal 18 167 124 0.89 0 0.26 0.35 162.68 0.81 0.36
Hex 12 A7 7C 59 0 1A 23 A3 51 24
Octal 22 247 174 131 0 32 43 243 121 44
Binary 10010 10100111 1111100 1011001 0 11010 100011 10100011 1010001 100100

Color Harmonies of #12A77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A77C

Black with #12A77C

Text Example


Text Example

White with #12A77C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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