#82A24F

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

Shades of Chelsea Cucumber #82A24F

Tints of Chelsea Cucumber #82A24F

Color information

#82A24F (or 0x82A24F) is unknown color: approx Chelsea Cucumber. HEX triplet: 82, A2 and 4F. RGB value is (130,162,79). Sum of RGB (Red+Green+Blue) = 130+162+79=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #82A24F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82A24F is #7D5DB0. Grayscale: #8F8F8F. Windows color (decimal): -8215985 or 5218946. OLE color: 5218946.

HSL color Cylindrical-coordinate representation of color #82A24F: hue angle of 83.13º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #82A24F is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB13016279-
CMYK0.2000.510.36
HSL83.13º34.44%47.25%-
HSV(B)83.13º51.23%63.53%-
XYZ23.5431.1512.17-
YUV142.9791.9118.75-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.04%
GREEN value IS 162 (63.67% from 255) = 43.67%
BLUE value IS 79 (31.25% from 255) = 21.29%
R=35.04%
G=43.67%
B=21.29%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal130162790.2000.510.3683.1334.4447.25
Hex82A24F140332453222f
Octal20224211724063441234257
Binary100000101010001010011111010001100111001001010011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,162,79); }

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

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

 a { background-color: rgb(130,162,79); }

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

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

 span { border-color: rgb(130,162,79); }

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