Html Css Color HEX #12AF7B Mountain Meadow

📋 copy color: '#12AF7B'

red 18 ◦ green 175 ◦ blue 123

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

Shades of Mountain Meadow #12AF7B

Tints of Mountain Meadow #12AF7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.92%

R = 5.7%
G = 55.38%
B = 38.92%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#12AF7B (or 0x12AF7B) is known color: Mountain Meadow. HEX triplet: 12, AF and 7B. RGB value is (18,175,123). Sum of RGB (Red+Green+Blue) = 18+175+123=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 175 (68.75% from 255 or 55.38% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AF7B is #ED5084. Grayscale: #7A7A7A. Windows color (decimal): -15552645 or 8105746. OLE color: 8105746.

HSL color Cylindrical-coordinate representation of color #12AF7B: hue angle of 160.13º 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 #12AF7B is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 175 123 -
CMYK 0.90 0 0.30 0.31
HSL 160.13º 0.81% 0.38% -
HSV(B) 160.13º 0.9% 0.69% -
XYZ 19.15 32.22 23.95 -
YUV 122.13 128.49 53.73 -
System Red Green Blue C M Y K H S L
Decimal 18 175 123 0.90 0 0.30 0.31 160.13 0.81 0.38
Hex 12 AF 7B 5A 0 1E 1F A0 51 26
Octal 22 257 173 132 0 36 37 240 121 46
Binary 10010 10101111 1111011 1011010 0 11110 11111 10100000 1010001 100110

Color Harmonies of #12AF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AF7B

Black with #12AF7B

Text Example


Text Example

White with #12AF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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