#168600

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

Shades of Green #168600

Tints of Green #168600

Color information

#168600 (or 0x168600) is unknown color: approx Green. HEX triplet: 16, 86 and 00. RGB value is (22,134,0). Sum of RGB (Red+Green+Blue) = 22+134+0=156 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.10% from 156); Green value is 134 (52.73% from 255 or 85.90% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 134 - color contains mainly: green. Hex color #168600 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #168600 is #E979FF. Grayscale: #555555. Windows color (decimal): -15301120 or 34326. OLE color: 34326.

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

Color convert

RGB221340-
CMYK0.84010.47
HSL110.15º100%26.27%-
HSV(B)110.15º100%52.55%-
XYZ8.8617.222.86-
YUV85.2479.8982.9-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.10%
GREEN value IS 134 (52.73% from 255) = 85.90%
BLUE value IS 0 (0.39% from 255) = 0%
R=14.10%
G=85.90%
B=0%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal2213400.84010.47110.1510026.27
Hex16860540642F6e641a
Octal26206012401445715614432
Binary101101000011001010100011001001011111101110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168600; }

 p { color: rgb(22,134,0); }

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

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

 a { background-color: rgb(22,134,0); }

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

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

 span { border-color: rgb(22,134,0); }

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