Html Css Color HEX #82AC4D Chelsea Cucumber

📋 copy color: '#82AC4D'

red 130 ◦ green 172 ◦ blue 77

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

Shades of Chelsea Cucumber #82AC4D

Tints of Chelsea Cucumber #82AC4D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.38%

 BLUE value IS 77 (30.47% from 255) = 20.32%

R = 34.3%
G = 45.38%
B = 20.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#82AC4D (or 0x82AC4D) is known color: Chelsea Cucumber. HEX triplet: 82, AC and 4D. RGB value is (130,172,77). Sum of RGB (Red+Green+Blue) = 130+172+77=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 172 - color contains mainly: green. Hex color #82AC4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AC4D is #7D53B2. Grayscale: #949494. Windows color (decimal): -8213427 or 5090434. OLE color: 5090434.

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

Color convert

RGB 130 172 77 -
CMYK 0.24 0 0.55 0.33
HSL 86.53º 0.38% 0.49% -
HSV(B) 86.53º 0.55% 0.67% -
XYZ 25.3 34.79 12.4 -
YUV 148.61 87.59 114.72 -
System Red Green Blue C M Y K H S L
Decimal 130 172 77 0.24 0 0.55 0.33 86.53 0.38 0.49
Hex 82 AC 4D 18 0 37 21 57 26 31
Octal 202 254 115 30 0 67 41 127 46 61
Binary 10000010 10101100 1001101 11000 0 110111 100001 1010111 100110 110001

Color Harmonies of #82AC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AC4D

Black with #82AC4D

Text Example


Text Example

White with #82AC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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