#127410

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

Shades of Green #127410

Tints of Green #127410

Color information

#127410 (or 0x127410) is unknown color: approx Green. HEX triplet: 12, 74 and 10. RGB value is (18,116,16). Sum of RGB (Red+Green+Blue) = 18+116+16=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 116 (45.70% from 255 or 77.33% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 116 - color contains mainly: green. Hex color #127410 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127410 is #ED8BEF. Grayscale: #4B4B4B. Windows color (decimal): -15567856 or 1078290. OLE color: 1078290.

HSL color Cylindrical-coordinate representation of color #127410: hue angle of 118.8º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127410 is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB1811616-
CMYK0.8400.860.55
HSL118.8º75.76%25.88%-
HSV(B)118.8º86.21%45.49%-
XYZ6.5912.662.59-
YUV75.394.5387.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12%
GREEN value IS 116 (45.70% from 255) = 77.33%
BLUE value IS 16 (6.64% from 255) = 10.67%
R=12%
G=77.33%
B=10.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18116160.8400.860.55118.875.7625.88
Hex1274105405637774c1a
Octal221642012401266716711432
Binary100101110100100001010100010101101101111110111100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127410; }

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

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

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

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

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

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

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

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