#12BE93

Color #12BE93 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #12BE93

Tints of Mountain Meadow #12BE93

Color information

#12BE93 (or 0x12BE93) is unknown color: approx Mountain Meadow. HEX triplet: 12, BE and 93. RGB value is (18,190,147). Sum of RGB (Red+Green+Blue) = 18+190+147=355 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.07% from 355); Green value is 190 (74.61% from 255 or 53.52% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 190 - color contains mainly: green. Hex color #12BE93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12BE93 is #ED416C. Grayscale: #858585. Windows color (decimal): -15548781 or 9682450. OLE color: 9682450.

HSL color Cylindrical-coordinate representation of color #12BE93: hue angle of 165º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BE93 is Cyan = 0.91, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB18190147-
CMYK0.9100.230.25
HSL165º82.69%40.78%-
HSV(B)165º90.53%74.51%-
XYZ23.9339.0633.88-
YUV133.67135.5245.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.07%
GREEN value IS 190 (74.61% from 255) = 53.52%
BLUE value IS 147 (57.81% from 255) = 41.41%
R=5.07%
G=53.52%
B=41.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181901470.9100.230.2516582.6940.78
Hex12BE935B01719a55329
Octal222762231330273124512351
Binary100101011111010010011101101101011111001101001011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,190,147); }

 H1.HeaderClassName
 {
   color: #12BE93;
 }
 .AnyTagClassName
 {
   color: #12BE93;
 }
</style>
background-color css

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

 a { background-color: rgb(18,190,147); }

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

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

 span { border-color: rgb(18,190,147); }

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