#127A11

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

Shades of Green #127A11

Tints of Green #127A11

Color information

#127A11 (or 0x127A11) is unknown color: approx Green. HEX triplet: 12, 7A and 11. RGB value is (18,122,17). Sum of RGB (Red+Green+Blue) = 18+122+17=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 122 (48.05% from 255 or 77.71% from 157); Blue value is 17 (7.03% from 255 or 10.83% from 157); Max value from RGB is 122 - color contains mainly: green. Hex color #127A11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127A11 is #ED85EE. Grayscale: #4F4F4F. Windows color (decimal): -15566319 or 1145362. OLE color: 1145362.

HSL color Cylindrical-coordinate representation of color #127A11: hue angle of 119.43º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127A11 is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.52.

Color convert

RGB1812217-
CMYK0.8500.860.52
HSL119.43º75.54%27.25%-
HSV(B)119.43º86.07%47.84%-
XYZ7.3114.092.86-
YUV78.9393.0484.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 122 (48.05% from 255) = 77.71%
BLUE value IS 17 (7.03% from 255) = 10.83%
R=11.46%
G=77.71%
B=10.83%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18122170.8500.860.52119.4375.5427.25
Hex127A115505634774c1b
Octal221722112501266416711433
Binary100101111010100011010101010101101101001110111100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,122,17); }

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

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

 a { background-color: rgb(18,122,17); }

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

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

 span { border-color: rgb(18,122,17); }

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