#127504

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

Shades of Green #127504

Tints of Green #127504

Color information

#127504 (or 0x127504) is unknown color: approx Green. HEX triplet: 12, 75 and 04. RGB value is (18,117,4). Sum of RGB (Red+Green+Blue) = 18+117+4=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 117 (46.09% from 255 or 84.17% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 117 - color contains mainly: green. Hex color #127504 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127504 is #ED8AFB. Grayscale: #4A4A4A. Windows color (decimal): -15567612 or 292114. OLE color: 292114.

HSL color Cylindrical-coordinate representation of color #127504: hue angle of 112.57º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #127504 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.54.

Color convert

RGB181174-
CMYK0.8500.970.54
HSL112.57º93.39%23.73%-
HSV(B)112.57º96.58%45.88%-
XYZ6.6312.862.25-
YUV74.5288.287.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.95%
GREEN value IS 117 (46.09% from 255) = 84.17%
BLUE value IS 4 (1.95% from 255) = 2.88%
R=12.95%
G=84.17%
B=2.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1811740.8500.970.54112.5793.3923.73
Hex127545506136715d18
Octal22165412501416616113530
Binary1001011101011001010101011000011101101110001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127504; }

 p { color: rgb(18,117,4); }

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

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

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

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

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

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

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