#127B13

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

Shades of Green #127B13

Tints of Green #127B13

Color information

#127B13 (or 0x127B13) is unknown color: approx Green. HEX triplet: 12, 7B and 13. RGB value is (18,123,19). Sum of RGB (Red+Green+Blue) = 18+123+19=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 123 (48.44% from 255 or 76.88% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 123 - color contains mainly: green. Hex color #127B13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127B13 is #ED84EC. Grayscale: #505050. Windows color (decimal): -15566061 or 1276690. OLE color: 1276690.

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

Color convert

RGB1812319-
CMYK0.8500.850.52
HSL120.57º74.47%27.65%-
HSV(B)120.57º85.37%48.24%-
XYZ7.4514.342.99-
YUV79.7593.7183.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.25%
GREEN value IS 123 (48.44% from 255) = 76.88%
BLUE value IS 19 (7.81% from 255) = 11.88%
R=11.25%
G=76.88%
B=11.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18123190.8500.850.52120.5774.4727.65
Hex127B135505534794a1c
Octal221732312501256417111234
Binary100101111011100111010101010101011101001111001100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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