#128101

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

Shades of Green #128101

Tints of Green #128101

Color information

#128101 (or 0x128101) is unknown color: approx Green. HEX triplet: 12, 81 and 01. RGB value is (18,129,1). Sum of RGB (Red+Green+Blue) = 18+129+1=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 129 (50.78% from 255 or 87.16% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 129 - color contains mainly: green. Hex color #128101 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128101 is #ED7EFE. Grayscale: #515151. Windows color (decimal): -15564543 or 98578. OLE color: 98578.

HSL color Cylindrical-coordinate representation of color #128101: hue angle of 112.03º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #128101 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB181291-
CMYK0.8600.990.49
HSL112.03º98.46%25.49%-
HSV(B)112.03º99.22%50.59%-
XYZ8.1115.832.66-
YUV81.2282.7382.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.16%
GREEN value IS 129 (50.78% from 255) = 87.16%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=12.16%
G=87.16%
B=0.68%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1812910.8600.990.49112.0398.4625.49
Hex128115606331706219
Octal22201112601436116014231
Binary100101000000111010110011000111100011110000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128101; }

 p { color: rgb(18,129,1); }

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

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

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

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

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

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

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