#168200

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

Shades of Green #168200

Tints of Green #168200

Color information

#168200 (or 0x168200) is unknown color: approx Green. HEX triplet: 16, 82 and 00. RGB value is (22,130,0). Sum of RGB (Red+Green+Blue) = 22+130+0=152 (20% of max value = 765). Red value is 22 (8.98% from 255 or 14.47% from 152); Green value is 130 (51.17% from 255 or 85.53% from 152); Blue value is 0 (0.39% from 255 or 0% from 152); Max value from RGB is 130 - color contains mainly: green. Hex color #168200 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #168200 is #E97DFF. Grayscale: #535353. Windows color (decimal): -15302144 or 33302. OLE color: 33302.

HSL color Cylindrical-coordinate representation of color #168200: hue angle of 109.85º 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 #168200 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB221300-
CMYK0.83010.49
HSL109.85º100%25.49%-
HSV(B)109.85º100%50.98%-
XYZ8.3116.142.68-
YUV82.8981.2284.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.47%
GREEN value IS 130 (51.17% from 255) = 85.53%
BLUE value IS 0 (0.39% from 255) = 0%
R=14.47%
G=85.53%
B=0%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2213000.83010.49109.8510025.49
Hex1682053064316e6419
Octal26202012301446115614431
Binary101101000001001010011011001001100011101110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #168200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #168200; }

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

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

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

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

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

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

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

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