#82AC00

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

Shades of Citrus #82AC00

Tints of Citrus #82AC00

Color information

#82AC00 (or 0x82AC00) is unknown color: approx Citrus. HEX triplet: 82, AC and 00. RGB value is (130,172,0). Sum of RGB (Red+Green+Blue) = 130+172+0=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 172 (67.58% from 255 or 56.95% from 302); Blue value is 0 (0.39% from 255 or 0% from 302); Max value from RGB is 172 - color contains mainly: green. Hex color #82AC00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AC00 is #7D53FF. Grayscale: #8C8C8C. Windows color (decimal): -8213504 or 44162. OLE color: 44162.

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

Color convert

RGB1301720-
CMYK0.24010.33
HSL74.65º100%33.73%-
HSV(B)74.65º100%67.45%-
XYZ23.9634.255.35-
YUV139.8349.09120.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.05%
GREEN value IS 172 (67.58% from 255) = 56.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.05%
G=56.95%
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
Decimal13017200.24010.3374.6510033.73
Hex82AC018064214b6422
Octal20225403001444111314442
Binary10000010101011000110000110010010000110010111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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