Html Css Color HEX #82AE60 Chelsea Cucumber

📋 copy color: '#82AE60'

red 130 ◦ green 174 ◦ blue 96

#82AE60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #82AE60

Tints of Chelsea Cucumber #82AE60

RGB

 RED value IS 130 (51.17% from 255) = 32.5%

 GREEN value IS 174 (68.36% from 255) = 43.5%

 BLUE value IS 96 (37.89% from 255) = 24%

R = 32.5%
G = 43.5%
B = 24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#82AE60 (or 0x82AE60) is known color: Chelsea Cucumber. HEX triplet: 82, AE and 60. RGB value is (130,174,96). Sum of RGB (Red+Green+Blue) = 130+174+96=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 174 - color contains mainly: green. Hex color #82AE60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AE60 is #7D519F. Grayscale: #989898. Windows color (decimal): -8212896 or 6336130. OLE color: 6336130.

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

Color convert

RGB 130 174 96 -
CMYK 0.25 0 0.45 0.32
HSL 93.85º 0.33% 0.53% -
HSV(B) 93.85º 0.45% 0.68% -
XYZ 26.45 35.86 16.59 -
YUV 151.95 96.42 112.34 -
System Red Green Blue C M Y K H S L
Decimal 130 174 96 0.25 0 0.45 0.32 93.85 0.33 0.53
Hex 82 AE 60 19 0 2D 20 5E 20 35
Octal 202 256 140 31 0 55 40 136 40 65
Binary 10000010 10101110 1100000 11001 0 101101 100000 1011110 100000 110101

Color Harmonies of #82AE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AE60

Black with #82AE60

Text Example


Text Example

White with #82AE60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #82AE60;
 }
 .AnyTagClassName
 {
   color: #82AE60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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