Html Css Color HEX #12AF85 Mountain Meadow

📋 copy color: '#12AF85'

red 18 ◦ green 175 ◦ blue 133

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

Shades of Mountain Meadow #12AF85

Tints of Mountain Meadow #12AF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.8%

R = 5.52%
G = 53.68%
B = 40.8%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#12AF85 (or 0x12AF85) is known color: Mountain Meadow. HEX triplet: 12, AF and 85. RGB value is (18,175,133). Sum of RGB (Red+Green+Blue) = 18+175+133=326 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.52% from 326); Green value is 175 (68.75% from 255 or 53.68% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #12AF85 is #ED507A. Grayscale: #7B7B7B. Windows color (decimal): -15552635 or 8761106. OLE color: 8761106.

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

Color convert

RGB 18 175 133 -
CMYK 0.90 0 0.24 0.31
HSL 163.95º 0.81% 0.38% -
HSV(B) 163.95º 0.9% 0.69% -
XYZ 19.81 32.48 27.42 -
YUV 123.27 133.49 52.92 -
System Red Green Blue C M Y K H S L
Decimal 18 175 133 0.90 0 0.24 0.31 163.95 0.81 0.38
Hex 12 AF 85 5A 0 18 1F A4 51 26
Octal 22 257 205 132 0 30 37 244 121 46
Binary 10010 10101111 10000101 1011010 0 11000 11111 10100100 1010001 100110

Color Harmonies of #12AF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AF85

Black with #12AF85

Text Example


Text Example

White with #12AF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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