#127011

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

Shades of Green #127011

Tints of Green #127011

Color information

#127011 (or 0x127011) is unknown color: approx Green. HEX triplet: 12, 70 and 11. RGB value is (18,112,17). Sum of RGB (Red+Green+Blue) = 18+112+17=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 112 (44.14% from 255 or 76.19% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 112 - color contains mainly: green. Hex color #127011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127011 is #ED8FEE. Grayscale: #494949. Windows color (decimal): -15568879 or 1142802. OLE color: 1142802.

HSL color Cylindrical-coordinate representation of color #127011: hue angle of 119.37º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127011 is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB1811217-
CMYK0.8400.850.56
HSL119.37º73.64%25.29%-
HSV(B)119.37º84.82%43.92%-
XYZ6.1411.762.48-
YUV73.0696.3688.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 112 (44.14% from 255) = 76.19%
BLUE value IS 17 (7.03% from 255) = 11.56%
R=12.24%
G=76.19%
B=11.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18112170.8400.850.56119.3773.6425.29
Hex1270115405538774a19
Octal221602112401257016711231
Binary100101110000100011010100010101011110001110111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127011; }

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

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

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

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

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

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

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

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