Html Css Color HEX #12AF81 Mountain Meadow

📋 copy color: '#12AF81'

red 18 ◦ green 175 ◦ blue 129

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

Shades of Mountain Meadow #12AF81

Tints of Mountain Meadow #12AF81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.06%

R = 5.59%
G = 54.35%
B = 40.06%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#12AF81 (or 0x12AF81) is known color: Mountain Meadow. HEX triplet: 12, AF and 81. RGB value is (18,175,129). Sum of RGB (Red+Green+Blue) = 18+175+129=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 175 (68.75% from 255 or 54.35% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF81 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AF81 is #ED507E. Grayscale: #7A7A7A. Windows color (decimal): -15552639 or 8498962. OLE color: 8498962.

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

Color convert

RGB 18 175 129 -
CMYK 0.90 0 0.26 0.31
HSL 162.42º 0.81% 0.38% -
HSV(B) 162.42º 0.9% 0.69% -
XYZ 19.54 32.37 25.99 -
YUV 122.81 131.49 53.24 -
System Red Green Blue C M Y K H S L
Decimal 18 175 129 0.90 0 0.26 0.31 162.42 0.81 0.38
Hex 12 AF 81 5A 0 1A 1F A2 51 26
Octal 22 257 201 132 0 32 37 242 121 46
Binary 10010 10101111 10000001 1011010 0 11010 11111 10100010 1010001 100110

Color Harmonies of #12AF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AF81

Black with #12AF81

Text Example


Text Example

White with #12AF81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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