#127E0E

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

Shades of Green #127E0E

Tints of Green #127E0E

Color information

#127E0E (or 0x127E0E) is unknown color: approx Green. HEX triplet: 12, 7E and 0E. RGB value is (18,126,14). Sum of RGB (Red+Green+Blue) = 18+126+14=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 126 (49.61% from 255 or 79.75% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 126 - color contains mainly: green. Hex color #127E0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127E0E is #ED81F1. Grayscale: #515151. Windows color (decimal): -15565298 or 949778. OLE color: 949778.

HSL color Cylindrical-coordinate representation of color #127E0E: hue angle of 117.86º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #127E0E is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.51.

Color convert

RGB1812614-
CMYK0.8600.890.51
HSL117.86º80%27.45%-
HSV(B)117.86º88.89%49.41%-
XYZ7.7915.082.92-
YUV80.9490.2283.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 126 (49.61% from 255) = 79.75%
BLUE value IS 14 (5.86% from 255) = 8.86%
R=11.39%
G=79.75%
B=8.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18126140.8600.890.51117.868027.45
Hex127EE560593376501b
Octal221761612601316316612033
Binary10010111111011101010110010110011100111110110101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127E0E; }

 p { color: rgb(18,126,14); }

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

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

 a { background-color: rgb(18,126,14); }

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

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

 span { border-color: rgb(18,126,14); }

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