#128B0A

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

Shades of Green #128B0A

Tints of Green #128B0A

Color information

#128B0A (or 0x128B0A) is unknown color: approx Green. HEX triplet: 12, 8B and 0A. RGB value is (18,139,10). Sum of RGB (Red+Green+Blue) = 18+139+10=167 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.78% from 167); Green value is 139 (54.69% from 255 or 83.23% from 167); Blue value is 10 (4.30% from 255 or 5.99% from 167); Max value from RGB is 139 - color contains mainly: green. Hex color #128B0A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128B0A is #ED74F5. Grayscale: #585858. Windows color (decimal): -15561974 or 690962. OLE color: 690962.

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

Color convert

RGB1813910-
CMYK0.8700.930.45
HSL116.28º86.58%29.22%-
HSV(B)116.28º92.81%54.51%-
XYZ9.5418.623.38-
YUV88.1283.9177.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.78%
GREEN value IS 139 (54.69% from 255) = 83.23%
BLUE value IS 10 (4.30% from 255) = 5.99%
R=10.78%
G=83.23%
B=5.99%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal18139100.8700.930.45116.2886.5829.22
Hex128BA5705D2D74571d
Octal222131212701355516412735
Binary100101000101110101010111010111011011011110100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,139,10); }

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

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

 a { background-color: rgb(18,139,10); }

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

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

 span { border-color: rgb(18,139,10); }

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