#128200

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

Shades of Green #128200

Tints of Green #128200

Color information

#128200 (or 0x128200) is unknown color: approx Green. HEX triplet: 12, 82 and 00. RGB value is (18,130,0). Sum of RGB (Red+Green+Blue) = 18+130+0=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 130 (51.17% from 255 or 87.84% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 130 - color contains mainly: green. Hex color #128200 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128200 is #ED7DFF. Grayscale: #525252. Windows color (decimal): -15564288 or 33298. OLE color: 33298.

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

Color convert

RGB181300-
CMYK0.86010.49
HSL111.69º100%25.49%-
HSV(B)111.69º100%50.98%-
XYZ8.2316.092.67-
YUV81.6981.8982.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.16%
GREEN value IS 130 (51.17% from 255) = 87.84%
BLUE value IS 0 (0.39% from 255) = 0%
R=12.16%
G=87.84%
B=0%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1813000.86010.49111.6910025.49
Hex128205606431706419
Octal22202012601446116014431
Binary100101000001001010110011001001100011110000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128200; }

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

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

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

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

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

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

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

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