#12BB77

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

Shades of Mountain Meadow #12BB77

Tints of Mountain Meadow #12BB77

Color information

#12BB77 (or 0x12BB77) is unknown color: approx Mountain Meadow. HEX triplet: 12, BB and 77. RGB value is (18,187,119). Sum of RGB (Red+Green+Blue) = 18+187+119=324 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.56% from 324); Green value is 187 (73.44% from 255 or 57.72% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 187 - color contains mainly: green. Hex color #12BB77 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BB77 is #ED4488. Grayscale: #808080. Windows color (decimal): -15549577 or 7846674. OLE color: 7846674.

HSL color Cylindrical-coordinate representation of color #12BB77: hue angle of 155.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BB77 is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB18187119-
CMYK0.9000.360.27
HSL155.86º82.44%40.2%-
HSV(B)155.86º90.37%73.33%-
XYZ21.353723.47-
YUV128.72122.5149.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.56%
GREEN value IS 187 (73.44% from 255) = 57.72%
BLUE value IS 119 (46.88% from 255) = 36.73%
R=5.56%
G=57.72%
B=36.73%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181871190.9000.360.27155.8682.4440.2
Hex12BB775A0241B9c5228
Octal222731671320443323412250
Binary100101011101111101111011010010010011011100111001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,187,119); }

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

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

 a { background-color: rgb(18,187,119); }

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

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

 span { border-color: rgb(18,187,119); }

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