#128c07

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

Shades of Green #128C07

Tints of Green #128C07

Color information

#128C07 (or 0x128C07) is unknown color: approx Green. HEX triplet: 12, 8C and 07. RGB value is (18,140,7). Sum of RGB (Red+Green+Blue) = 18+140+7=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 140 (55.08% from 255 or 84.85% from 165); Blue value is 7 (3.12% from 255 or 4.24% from 165); Max value from RGB is 140 - color contains mainly: green. Hex color #128C07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128C07 is #ED73F8. Grayscale: #585858. Windows color (decimal): -15561721 or 494610. OLE color: 494610.

HSL color Cylindrical-coordinate representation of color #128C07: hue angle of 115.04º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #128C07 is Cyan = 0.87, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.45.

Color convert

RGB181407-
CMYK0.8700.950.45
HSL115.04º90.48%28.82%-
HSV(B)115.04º95%54.9%-
XYZ9.6718.93.34-
YUV88.3682.0877.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.91%
GREEN value IS 140 (55.08% from 255) = 84.85%
BLUE value IS 7 (3.12% from 255) = 4.24%
R=10.91%
G=84.85%
B=4.24%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1814070.8700.950.45115.0490.4828.82
Hex128C75705F2D735a1d
Octal22214712701375516313235
Binary10010100011001111010111010111111011011110011101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128c07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128c07; }

 p { color: rgb(18,140,7); }

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

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

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

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

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

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

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