#008201

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

Shades of Green #008201

Tints of Green #008201

Color information

#008201 (or 0x008201) is unknown color: approx Green. HEX triplet: 00, 82 and 01. RGB value is (0,130,1). Sum of RGB (Red+Green+Blue) = 0+130+1=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 130 (51.17% from 255 or 99.24% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 130 - color contains mainly: green. Hex color #008201 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008201 is #FF7DFE. Grayscale: #4C4C4C. Windows color (decimal): -16743935 or 98816. OLE color: 98816.

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

Color convert

RGB01301-
CMYK100.990.49
HSL120.46º100%25.49%-
HSV(B)120.46º100%50.98%-
XYZ7.9915.972.69-
YUV76.4285.4373.49-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 130 (51.17% from 255) = 99.24%
BLUE value IS 1 (0.78% from 255) = 0.76%
R=0%
G=99.24%
B=0.76%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal01301100.990.49120.4610025.49
Hex08216406331786419
Octal0202114401436117014431
Binary01000001011100100011000111100011111000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008201; }

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

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

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

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

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

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

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

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