#128500

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

Shades of Green #128500

Tints of Green #128500

Color information

#128500 (or 0x128500) is unknown color: approx Green. HEX triplet: 12, 85 and 00. RGB value is (18,133,0). Sum of RGB (Red+Green+Blue) = 18+133+0=151 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.92% from 151); Green value is 133 (52.34% from 255 or 88.08% from 151); Blue value is 0 (0.39% from 255 or 0% from 151); Max value from RGB is 133 - color contains mainly: green. Hex color #128500 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128500 is #ED7AFF. Grayscale: #535353. Windows color (decimal): -15563520 or 34066. OLE color: 34066.

HSL color Cylindrical-coordinate representation of color #128500: hue angle of 111.88º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #128500 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB181330-
CMYK0.86010.48
HSL111.88º100%26.08%-
HSV(B)111.88º100%52.16%-
XYZ8.6416.92.81-
YUV83.4580.981.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.92%
GREEN value IS 133 (52.34% from 255) = 88.08%
BLUE value IS 0 (0.39% from 255) = 0%
R=11.92%
G=88.08%
B=0%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1813300.86010.48111.8810026.08
Hex12850560643070641a
Octal22205012601446016014432
Binary100101000010101010110011001001100001110000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128500; }

 p { color: rgb(18,133,0); }

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

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

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

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

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

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

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