#82AE01

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

Shades of Citrus #82AE01

Tints of Citrus #82AE01

Color information

#82AE01 (or 0x82AE01) is unknown color: approx Citrus. HEX triplet: 82, AE and 01. RGB value is (130,174,1). Sum of RGB (Red+Green+Blue) = 130+174+1=305 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.62% from 305); Green value is 174 (68.36% from 255 or 57.05% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 174 - color contains mainly: green. Hex color #82AE01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82AE01 is #7D51FE. Grayscale: #8D8D8D. Windows color (decimal): -8212991 or 110210. OLE color: 110210.

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

Color convert

RGB1301741-
CMYK0.2500.990.32
HSL75.26º98.86%34.31%-
HSV(B)75.26º99.43%68.24%-
XYZ24.3535.025.51-
YUV141.1248.92120.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.62%
GREEN value IS 174 (68.36% from 255) = 57.05%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=42.62%
G=57.05%
B=0.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal13017410.2500.990.3275.2698.8634.31
Hex82AE119063204b6322
Octal20225613101434011314342
Binary10000010101011101110010110001110000010010111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82AE01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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