#127810

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

Shades of Green #127810

Tints of Green #127810

Color information

#127810 (or 0x127810) is unknown color: approx Green. HEX triplet: 12, 78 and 10. RGB value is (18,120,16). Sum of RGB (Red+Green+Blue) = 18+120+16=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 120 (47.27% from 255 or 77.92% from 154); Blue value is 16 (6.64% from 255 or 10.39% from 154); Max value from RGB is 120 - color contains mainly: green. Hex color #127810 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127810 is #ED87EF. Grayscale: #4D4D4D. Windows color (decimal): -15566832 or 1079314. OLE color: 1079314.

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

Color convert

RGB1812016-
CMYK0.8500.870.53
HSL118.85º76.47%26.67%-
HSV(B)118.85º86.67%47.06%-
XYZ7.0613.62.74-
YUV77.6593.2185.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.69%
GREEN value IS 120 (47.27% from 255) = 77.92%
BLUE value IS 16 (6.64% from 255) = 10.39%
R=11.69%
G=77.92%
B=10.39%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18120160.8500.870.53118.8576.4726.67
Hex1278105505735774c1b
Octal221702012501276516711433
Binary100101111000100001010101010101111101011110111100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127810; }

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

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

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

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

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

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

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

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