Html Css Color HEX #12AF90 Mountain Meadow

📋 copy color: '#12AF90'

red 18 ◦ green 175 ◦ blue 144

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

Shades of Mountain Meadow #12AF90

Tints of Mountain Meadow #12AF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.73%

R = 5.34%
G = 51.93%
B = 42.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#12AF90 (or 0x12AF90) is known color: Mountain Meadow. HEX triplet: 12, AF and 90. RGB value is (18,175,144). Sum of RGB (Red+Green+Blue) = 18+175+144=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF90 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AF90 is #ED506F. Grayscale: #7C7C7C. Windows color (decimal): -15552624 or 9482002. OLE color: 9482002.

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

Color convert

RGB 18 175 144 -
CMYK 0.90 0 0.18 0.31
HSL 168.15º 0.81% 0.38% -
HSV(B) 168.15º 0.9% 0.69% -
XYZ 20.61 32.8 31.63 -
YUV 124.52 138.99 52.02 -
System Red Green Blue C M Y K H S L
Decimal 18 175 144 0.90 0 0.18 0.31 168.15 0.81 0.38
Hex 12 AF 90 5A 0 12 1F A8 51 26
Octal 22 257 220 132 0 22 37 250 121 46
Binary 10010 10101111 10010000 1011010 0 10010 11111 10101000 1010001 100110

Color Harmonies of #12AF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AF90

Black with #12AF90

Text Example


Text Example

White with #12AF90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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