#127114

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

Shades of Green #127114

Tints of Green #127114

Color information

#127114 (or 0x127114) is unknown color: approx Green. HEX triplet: 12, 71 and 14. RGB value is (18,113,20). Sum of RGB (Red+Green+Blue) = 18+113+20=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 113 (44.53% from 255 or 74.83% from 151); Blue value is 20 (8.20% from 255 or 13.25% from 151); Max value from RGB is 113 - color contains mainly: green. Hex color #127114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127114 is #ED8EEB. Grayscale: #4A4A4A. Windows color (decimal): -15568620 or 1339666. OLE color: 1339666.

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

Color convert

RGB1811320-
CMYK0.8400.820.56
HSL121.26º72.52%25.69%-
HSV(B)121.26º84.07%44.31%-
XYZ6.2811.992.64-
YUV73.9997.5388.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 113 (44.53% from 255) = 74.83%
BLUE value IS 20 (8.20% from 255) = 13.25%
R=11.92%
G=74.83%
B=13.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18113200.8400.820.56121.2672.5225.69
Hex127114540523879491a
Octal221612412401227017111132
Binary100101110001101001010100010100101110001111001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127114; }

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

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

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

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

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

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

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

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