Html Css Color HEX #12A77F Mountain Meadow

📋 copy color: '#12A77F'

red 18 ◦ green 167 ◦ blue 127

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

Shades of Mountain Meadow #12A77F

Tints of Mountain Meadow #12A77F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.71%

R = 5.77%
G = 53.53%
B = 40.71%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#12A77F (or 0x12A77F) is known color: Mountain Meadow. HEX triplet: 12, A7 and 7F. RGB value is (18,167,127). Sum of RGB (Red+Green+Blue) = 18+167+127=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 167 (65.62% from 255 or 53.53% from 312); Blue value is 127 (50% from 255 or 40.71% from 312); Max value from RGB is 167 - color contains mainly: green. Hex color #12A77F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A77F is #ED5880. Grayscale: #757575. Windows color (decimal): -15554689 or 8365842. OLE color: 8365842.

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

Color convert

RGB 18 167 127 -
CMYK 0.89 0 0.24 0.35
HSL 163.89º 0.81% 0.36% -
HSV(B) 163.89º 0.89% 0.65% -
XYZ 17.9 29.3 24.79 -
YUV 117.89 133.14 56.75 -
System Red Green Blue C M Y K H S L
Decimal 18 167 127 0.89 0 0.24 0.35 163.89 0.81 0.36
Hex 12 A7 7F 59 0 18 23 A4 51 24
Octal 22 247 177 131 0 30 43 244 121 44
Binary 10010 10100111 1111111 1011001 0 11000 100011 10100100 1010001 100100

Color Harmonies of #12A77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A77F

Black with #12A77F

Text Example


Text Example

White with #12A77F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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