#82AD00

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

Shades of Citrus #82AD00

Tints of Citrus #82AD00

Color information

#82AD00 (or 0x82AD00) is unknown color: approx Citrus. HEX triplet: 82, AD and 00. RGB value is (130,173,0). Sum of RGB (Red+Green+Blue) = 130+173+0=303 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.90% from 303); Green value is 173 (67.97% from 255 or 57.10% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AD00 is #7D52FF. Grayscale: #8D8D8D. Windows color (decimal): -8213248 or 44418. OLE color: 44418.

HSL color Cylindrical-coordinate representation of color #82AD00: hue angle of 74.91º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82AD00 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.32.

Color convert

RGB1301730-
CMYK0.25010.32
HSL74.91º100%33.92%-
HSV(B)74.91º100%67.84%-
XYZ24.1534.635.41-
YUV140.4248.75120.57-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.90%
GREEN value IS 173 (67.97% from 255) = 57.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=42.90%
G=57.10%
B=0%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13017300.25010.3274.9110033.92
Hex82AD019064204b6422
Octal20225503101444011314442
Binary10000010101011010110010110010010000010010111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82AD00; }

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

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

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

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

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

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

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

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