#12CB83

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

Shades of Mountain Meadow #12CB83

Tints of Mountain Meadow #12CB83

Color information

#12CB83 (or 0x12CB83) is unknown color: approx Mountain Meadow. HEX triplet: 12, CB and 83. RGB value is (18,203,131). Sum of RGB (Red+Green+Blue) = 18+203+131=352 (46% of max value = 765). Red value is 18 (7.42% from 255 or 5.11% from 352); Green value is 203 (79.69% from 255 or 57.67% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 203 - color contains mainly: green. Hex color #12CB83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #12CB83 is #ED347C. Grayscale: #8B8B8B. Windows color (decimal): -15545469 or 8637202. OLE color: 8637202.

HSL color Cylindrical-coordinate representation of color #12CB83: hue angle of 156.65º 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 #12CB83 is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB18203131-
CMYK0.9100.350.20
HSL156.65º83.71%43.33%-
HSV(B)156.65º91.13%79.61%-
XYZ25.744.4828.7-
YUV139.48123.2141.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.11%
GREEN value IS 203 (79.69% from 255) = 57.67%
BLUE value IS 131 (51.56% from 255) = 37.22%
R=5.11%
G=57.67%
B=37.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal182031310.9100.350.20156.6583.7143.33
Hex12CB835B023149d542b
Octal223132031330432423512453
Binary1001011001011100000111011011010001110100100111011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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