#128605

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

Shades of Green #128605

Tints of Green #128605

Color information

#128605 (or 0x128605) is unknown color: approx Green. HEX triplet: 12, 86 and 05. RGB value is (18,134,5). Sum of RGB (Red+Green+Blue) = 18+134+5=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 134 (52.73% from 255 or 85.35% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 134 - color contains mainly: green. Hex color #128605 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128605 is #ED79FA. Grayscale: #555555. Windows color (decimal): -15563259 or 362002. OLE color: 362002.

HSL color Cylindrical-coordinate representation of color #128605: hue angle of 113.95º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #128605 is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB181345-
CMYK0.8700.960.47
HSL113.95º92.81%27.25%-
HSV(B)113.95º96.27%52.55%-
XYZ8.817.193-
YUV84.6183.0780.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.46%
GREEN value IS 134 (52.73% from 255) = 85.35%
BLUE value IS 5 (2.34% from 255) = 3.18%
R=11.46%
G=85.35%
B=3.18%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1813450.8700.960.47113.9592.8127.25
Hex12865570602F725d1b
Octal22206512701405716213533
Binary10010100001101011010111011000001011111110010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128605; }

 p { color: rgb(18,134,5); }

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

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

 a { background-color: rgb(18,134,5); }

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

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

 span { border-color: rgb(18,134,5); }

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