#127D0A

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

Shades of Green #127D0A

Tints of Green #127D0A

Color information

#127D0A (or 0x127D0A) is unknown color: approx Green. HEX triplet: 12, 7D and 0A. RGB value is (18,125,10). Sum of RGB (Red+Green+Blue) = 18+125+10=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 125 (49.22% from 255 or 81.70% from 153); Blue value is 10 (4.30% from 255 or 6.54% from 153); Max value from RGB is 125 - color contains mainly: green. Hex color #127D0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127D0A is #ED82F5. Grayscale: #505050. Windows color (decimal): -15565558 or 687378. OLE color: 687378.

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

Color convert

RGB1812510-
CMYK0.8600.920.51
HSL115.83º85.19%26.47%-
HSV(B)115.83º92%49.02%-
XYZ7.6414.822.74-
YUV79.988.5583.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.76%
GREEN value IS 125 (49.22% from 255) = 81.70%
BLUE value IS 10 (4.30% from 255) = 6.54%
R=11.76%
G=81.70%
B=6.54%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18125100.8600.920.51115.8385.1926.47
Hex127DA5605C3374551a
Octal221751212601346316412532
Binary10010111110110101010110010111001100111110100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,125,10); }

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

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

 a { background-color: rgb(18,125,10); }

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

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

 span { border-color: rgb(18,125,10); }

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