#82AA00

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

Shades of Citrus #82AA00

Tints of Citrus #82AA00

Color information

#82AA00 (or 0x82AA00) is unknown color: approx Citrus. HEX triplet: 82, AA and 00. RGB value is (130,170,0). Sum of RGB (Red+Green+Blue) = 130+170+0=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 170 (66.80% from 255 or 56.67% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 170 - color contains mainly: green. Hex color #82AA00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AA00 is #7D55FF. Grayscale: #8B8B8B. Windows color (decimal): -8214016 or 43650. OLE color: 43650.

HSL color Cylindrical-coordinate representation of color #82AA00: hue angle of 74.12º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #82AA00 is Cyan = 0.24, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB1301700-
CMYK0.24010.33
HSL74.12º100%33.33%-
HSV(B)74.12º100%66.67%-
XYZ23.5833.55.22-
YUV138.6649.75121.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.33%
GREEN value IS 170 (66.80% from 255) = 56.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.33%
G=56.67%
B=0%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal13017000.24010.3374.1210033.33
Hex82AA018064214a6421
Octal20225203001444111214441
Binary10000010101010100110000110010010000110010101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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