#127C12

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

Shades of Green #127C12

Tints of Green #127C12

Color information

#127C12 (or 0x127C12) is unknown color: approx Green. HEX triplet: 12, 7C and 12. RGB value is (18,124,18). Sum of RGB (Red+Green+Blue) = 18+124+18=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 124 (48.83% from 255 or 77.5% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 124 - color contains mainly: green. Hex color #127C12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127C12 is #ED83ED. Grayscale: #505050. Windows color (decimal): -15565806 or 1211410. OLE color: 1211410.

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

Color convert

RGB1812418-
CMYK0.8500.850.51
HSL120º74.65%27.84%-
HSV(B)120º85.48%48.63%-
XYZ7.5714.592.99-
YUV80.2292.8883.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.25%
GREEN value IS 124 (48.83% from 255) = 77.5%
BLUE value IS 18 (7.42% from 255) = 11.25%
R=11.25%
G=77.5%
B=11.25%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal18124180.8500.850.5112074.6527.84
Hex127C125505533784b1c
Octal221742212501256317011334
Binary100101111100100101010101010101011100111111000100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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