#127B09

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

Shades of Green #127B09

Tints of Green #127B09

Color information

#127B09 (or 0x127B09) is unknown color: approx Green. HEX triplet: 12, 7B and 09. RGB value is (18,123,9). Sum of RGB (Red+Green+Blue) = 18+123+9=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 123 (48.44% from 255 or 82% from 150); Blue value is 9 (3.91% from 255 or 6% from 150); Max value from RGB is 123 - color contains mainly: green. Hex color #127B09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127B09 is #ED84F6. Grayscale: #4E4E4E. Windows color (decimal): -15566071 or 621330. OLE color: 621330.

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

Color convert

RGB181239-
CMYK0.8500.930.52
HSL115.26º86.36%25.88%-
HSV(B)115.26º92.68%48.24%-
XYZ7.3814.312.63-
YUV78.6188.7184.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12%
GREEN value IS 123 (48.44% from 255) = 82%
BLUE value IS 9 (3.91% from 255) = 6%
R=12%
G=82%
B=6%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1812390.8500.930.52115.2686.3625.88
Hex127B95505D3473561a
Octal221731112501356416312632
Binary10010111101110011010101010111011101001110011101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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