#127A0D

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

Shades of Green #127A0D

Tints of Green #127A0D

Color information

#127A0D (or 0x127A0D) is unknown color: approx Green. HEX triplet: 12, 7A and 0D. RGB value is (18,122,13). Sum of RGB (Red+Green+Blue) = 18+122+13=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 122 (48.05% from 255 or 79.74% from 153); Blue value is 13 (5.47% from 255 or 8.50% from 153); Max value from RGB is 122 - color contains mainly: green. Hex color #127A0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127A0D is #ED85F2. Grayscale: #4E4E4E. Windows color (decimal): -15566323 or 883218. OLE color: 883218.

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

Color convert

RGB1812213-
CMYK0.8500.890.52
HSL117.25º80.74%26.47%-
HSV(B)117.25º89.34%47.84%-
XYZ7.2814.082.71-
YUV78.4891.0484.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.76%
GREEN value IS 122 (48.05% from 255) = 79.74%
BLUE value IS 13 (5.47% from 255) = 8.50%
R=11.76%
G=79.74%
B=8.50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18122130.8500.890.52117.2580.7426.47
Hex127AD550593475511a
Octal221721512501316416512132
Binary10010111101011011010101010110011101001110101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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