#127C09

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

Shades of Green #127C09

Tints of Green #127C09

Color information

#127C09 (or 0x127C09) is unknown color: approx Green. HEX triplet: 12, 7C and 09. RGB value is (18,124,9). Sum of RGB (Red+Green+Blue) = 18+124+9=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 124 (48.83% from 255 or 82.12% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 124 - color contains mainly: green. Hex color #127C09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127C09 is #ED83F6. Grayscale: #4F4F4F. Windows color (decimal): -15565815 or 621586. OLE color: 621586.

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

Color convert

RGB181249-
CMYK0.8500.930.51
HSL115.3º86.47%26.08%-
HSV(B)115.3º92.74%48.63%-
XYZ7.5114.562.67-
YUV79.288.3884.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 124 (48.83% from 255) = 82.12%
BLUE value IS 9 (3.91% from 255) = 5.96%
R=11.92%
G=82.12%
B=5.96%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1812490.8500.930.51115.386.4726.08
Hex127C95505D3373561a
Octal221741112501356316312632
Binary10010111110010011010101010111011100111110011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,124,9); }

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

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

 a { background-color: rgb(18,124,9); }

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

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

 span { border-color: rgb(18,124,9); }

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