#12CB82

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

Shades of Mountain Meadow #12CB82

Tints of Mountain Meadow #12CB82

Color information

#12CB82 (or 0x12CB82) is unknown color: approx Mountain Meadow. HEX triplet: 12, CB and 82. RGB value is (18,203,130). Sum of RGB (Red+Green+Blue) = 18+203+130=351 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.13% from 351); Green value is 203 (79.69% from 255 or 57.83% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 203 - color contains mainly: green. Hex color #12CB82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CB82 is #ED347D. Grayscale: #8B8B8B. Windows color (decimal): -15545470 or 8571666. OLE color: 8571666.

HSL color Cylindrical-coordinate representation of color #12CB82: hue angle of 156.32º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CB82 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB18203130-
CMYK0.9100.360.20
HSL156.32º83.71%43.33%-
HSV(B)156.32º91.13%79.61%-
XYZ25.6344.4528.35-
YUV139.36122.7141.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.13%
GREEN value IS 203 (79.69% from 255) = 57.83%
BLUE value IS 130 (51.17% from 255) = 37.04%
R=5.13%
G=57.83%
B=37.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal182031300.9100.360.20156.3283.7143.33
Hex12CB825B024149c542b
Octal223132021330442423412453
Binary1001011001011100000101011011010010010100100111001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,203,130); }

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

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

 a { background-color: rgb(18,203,130); }

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

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

 span { border-color: rgb(18,203,130); }

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