Html Css Color HEX #12AF84 Mountain Meadow

📋 copy color: '#12AF84'

red 18 ◦ green 175 ◦ blue 132

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

Shades of Mountain Meadow #12AF84

Tints of Mountain Meadow #12AF84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.62%

R = 5.54%
G = 53.85%
B = 40.62%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#12AF84 (or 0x12AF84) is known color: Mountain Meadow. HEX triplet: 12, AF and 84. RGB value is (18,175,132). Sum of RGB (Red+Green+Blue) = 18+175+132=325 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.54% from 325); Green value is 175 (68.75% from 255 or 53.85% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AF84 is #ED507B. Grayscale: #7B7B7B. Windows color (decimal): -15552636 or 8695570. OLE color: 8695570.

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

Color convert

RGB 18 175 132 -
CMYK 0.90 0 0.25 0.31
HSL 163.57º 0.81% 0.38% -
HSV(B) 163.57º 0.9% 0.69% -
XYZ 19.74 32.45 27.05 -
YUV 123.16 132.99 53 -
System Red Green Blue C M Y K H S L
Decimal 18 175 132 0.90 0 0.25 0.31 163.57 0.81 0.38
Hex 12 AF 84 5A 0 19 1F A4 51 26
Octal 22 257 204 132 0 31 37 244 121 46
Binary 10010 10101111 10000100 1011010 0 11001 11111 10100100 1010001 100110

Color Harmonies of #12AF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AF84

Black with #12AF84

Text Example


Text Example

White with #12AF84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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