Html Css Color HEX #12B783 Mountain Meadow

📋 copy color: '#12B783'

red 18 ◦ green 183 ◦ blue 131

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

Shades of Mountain Meadow #12B783

Tints of Mountain Meadow #12B783

RGB

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

 GREEN value IS 183 (71.88% from 255) = 55.12%

 BLUE value IS 131 (51.56% from 255) = 39.46%

R = 5.42%
G = 55.12%
B = 39.46%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#12B783 (or 0x12B783) is known color: Mountain Meadow. HEX triplet: 12, B7 and 83. RGB value is (18,183,131). Sum of RGB (Red+Green+Blue) = 18+183+131=332 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.42% from 332); Green value is 183 (71.88% from 255 or 55.12% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 183 - color contains mainly: green. Hex color #12B783 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12B783 is #ED487C. Grayscale: #7F7F7F. Windows color (decimal): -15550589 or 8632082. OLE color: 8632082.

HSL color Cylindrical-coordinate representation of color #12B783: hue angle of 161.09º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B783 is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 18 183 131 -
CMYK 0.90 0 0.28 0.28
HSL 161.09º 0.82% 0.39% -
HSV(B) 161.09º 0.9% 0.72% -
XYZ 21.28 35.63 27.23 -
YUV 127.74 129.84 49.73 -
System Red Green Blue C M Y K H S L
Decimal 18 183 131 0.90 0 0.28 0.28 161.09 0.82 0.39
Hex 12 B7 83 5A 0 1C 1C A1 52 27
Octal 22 267 203 132 0 34 34 241 122 47
Binary 10010 10110111 10000011 1011010 0 11100 11100 10100001 1010010 100111

Color Harmonies of #12B783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B783

Black with #12B783

Text Example


Text Example

White with #12B783

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,183,131); }

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

background-color css

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

 a { background-color: rgb(18,183,131); }

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

border-color css

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

 span { border-color: rgb(18,183,131); }

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