#127846

Color #127846 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #127846

Tints of Dark Spring Green #127846

Color information

#127846 (or 0x127846) is unknown color: approx Dark Spring Green. HEX triplet: 12, 78 and 46. RGB value is (18,120,70). Sum of RGB (Red+Green+Blue) = 18+120+70=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 120 (47.27% from 255 or 57.69% from 208); Blue value is 70 (27.73% from 255 or 33.65% from 208); Max value from RGB is 120 - color contains mainly: green. Hex color #127846 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127846 is #ED87B9. Grayscale: #535353. Windows color (decimal): -15566778 or 4618258. OLE color: 4618258.

HSL color Cylindrical-coordinate representation of color #127846: hue angle of 150.59º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127846 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1812070-
CMYK0.8500.420.53
HSL150.59º73.91%27.06%-
HSV(B)150.59º85%47.06%-
XYZ8.07148.07-
YUV83.8120.2181.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.65%
GREEN value IS 120 (47.27% from 255) = 57.69%
BLUE value IS 70 (27.73% from 255) = 33.65%
R=8.65%
G=57.69%
B=33.65%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18120700.8500.420.53150.5973.9127.06
Hex1278465502A35974a1b
Octal221701061250526522711233
Binary10010111100010001101010101010101011010110010111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127846; }

 p { color: rgb(18,120,70); }

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

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

 a { background-color: rgb(18,120,70); }

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

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

 span { border-color: rgb(18,120,70); }

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