Html Css Color HEX #12AF7D Mountain Meadow

📋 copy color: '#12AF7D'

red 18 ◦ green 175 ◦ blue 125

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

Shades of Mountain Meadow #12AF7D

Tints of Mountain Meadow #12AF7D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 55.03%

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

R = 5.66%
G = 55.03%
B = 39.31%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#12AF7D (or 0x12AF7D) is known color: Mountain Meadow. HEX triplet: 12, AF and 7D. RGB value is (18,175,125). Sum of RGB (Red+Green+Blue) = 18+175+125=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 175 (68.75% from 255 or 55.03% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AF7D is #ED5082. Grayscale: #7A7A7A. Windows color (decimal): -15552643 or 8236818. OLE color: 8236818.

HSL color Cylindrical-coordinate representation of color #12AF7D: hue angle of 160.89º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AF7D is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 175 125 -
CMYK 0.90 0 0.29 0.31
HSL 160.89º 0.81% 0.38% -
HSV(B) 160.89º 0.9% 0.69% -
XYZ 19.28 32.27 24.61 -
YUV 122.36 129.49 53.57 -
System Red Green Blue C M Y K H S L
Decimal 18 175 125 0.90 0 0.29 0.31 160.89 0.81 0.38
Hex 12 AF 7D 5A 0 1D 1F A1 51 26
Octal 22 257 175 132 0 35 37 241 121 46
Binary 10010 10101111 1111101 1011010 0 11101 11111 10100001 1010001 100110

Color Harmonies of #12AF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AF7D

Black with #12AF7D

Text Example


Text Example

White with #12AF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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