#127508

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

Shades of Green #127508

Tints of Green #127508

Color information

#127508 (or 0x127508) is unknown color: approx Green. HEX triplet: 12, 75 and 08. RGB value is (18,117,8). Sum of RGB (Red+Green+Blue) = 18+117+8=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 117 (46.09% from 255 or 81.82% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 117 - color contains mainly: green. Hex color #127508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127508 is #ED8AF7. Grayscale: #4B4B4B. Windows color (decimal): -15567608 or 554258. OLE color: 554258.

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

Color convert

RGB181178-
CMYK0.8500.930.54
HSL114.5º87.2%24.51%-
HSV(B)114.5º93.16%45.88%-
XYZ6.6512.872.36-
YUV74.9790.287.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.59%
GREEN value IS 117 (46.09% from 255) = 81.82%
BLUE value IS 8 (3.52% from 255) = 5.59%
R=12.59%
G=81.82%
B=5.59%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1811780.8500.930.54114.587.224.51
Hex127585505D36725719
Octal221651012501356616212731
Binary10010111010110001010101010111011101101110010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127508; }

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

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

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

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

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

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

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

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