#127914

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

Shades of Green #127914

Tints of Green #127914

Color information

#127914 (or 0x127914) is unknown color: approx Green. HEX triplet: 12, 79 and 14. RGB value is (18,121,20). Sum of RGB (Red+Green+Blue) = 18+121+20=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 121 (47.66% from 255 or 76.10% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 121 - color contains mainly: green. Hex color #127914 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127914 is #ED86EB. Grayscale: #4E4E4E. Windows color (decimal): -15566572 or 1341714. OLE color: 1341714.

HSL color Cylindrical-coordinate representation of color #127914: hue angle of 121.17º 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 #127914 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB1812120-
CMYK0.8500.830.53
HSL121.17º74.1%27.25%-
HSV(B)121.17º85.12%47.45%-
XYZ7.2113.852.96-
YUV78.6994.8884.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.32%
GREEN value IS 121 (47.66% from 255) = 76.10%
BLUE value IS 20 (8.20% from 255) = 12.58%
R=11.32%
G=76.10%
B=12.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18121200.8500.830.53121.1774.127.25
Hex1279145505335794a1b
Octal221712412501236517111233
Binary100101111001101001010101010100111101011111001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127914; }

 p { color: rgb(18,121,20); }

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

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

 a { background-color: rgb(18,121,20); }

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

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

 span { border-color: rgb(18,121,20); }

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