Html Css Color HEX #12AF87 Mountain Meadow

📋 copy color: '#12AF87'

red 18 ◦ green 175 ◦ blue 135

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

Shades of Mountain Meadow #12AF87

Tints of Mountain Meadow #12AF87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.16%

R = 5.49%
G = 53.35%
B = 41.16%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#12AF87 (or 0x12AF87) is known color: Mountain Meadow. HEX triplet: 12, AF and 87. RGB value is (18,175,135). Sum of RGB (Red+Green+Blue) = 18+175+135=328 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.49% from 328); Green value is 175 (68.75% from 255 or 53.35% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF87 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AF87 is #ED5078. Grayscale: #7B7B7B. Windows color (decimal): -15552633 or 8892178. OLE color: 8892178.

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

Color convert

RGB 18 175 135 -
CMYK 0.90 0 0.23 0.31
HSL 164.71º 0.81% 0.38% -
HSV(B) 164.71º 0.9% 0.69% -
XYZ 19.95 32.54 28.15 -
YUV 123.5 134.49 52.75 -
System Red Green Blue C M Y K H S L
Decimal 18 175 135 0.90 0 0.23 0.31 164.71 0.81 0.38
Hex 12 AF 87 5A 0 17 1F A5 51 26
Octal 22 257 207 132 0 27 37 245 121 46
Binary 10010 10101111 10000111 1011010 0 10111 11111 10100101 1010001 100110

Color Harmonies of #12AF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AF87

Black with #12AF87

Text Example


Text Example

White with #12AF87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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