Html Css Color HEX #82AC4E Chelsea Cucumber

📋 copy color: '#82AC4E'

red 130 ◦ green 172 ◦ blue 78

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

Shades of Chelsea Cucumber #82AC4E

Tints of Chelsea Cucumber #82AC4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.53%

R = 34.21%
G = 45.26%
B = 20.53%

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

#82AC4E (or 0x82AC4E) is known color: Chelsea Cucumber. HEX triplet: 82, AC and 4E. RGB value is (130,172,78). Sum of RGB (Red+Green+Blue) = 130+172+78=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 172 (67.58% from 255 or 45.26% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 172 - color contains mainly: green. Hex color #82AC4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #82AC4E is #7D53B1. Grayscale: #959595. Windows color (decimal): -8213426 or 5155970. OLE color: 5155970.

HSL color Cylindrical-coordinate representation of color #82AC4E: hue angle of 86.81º 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 #82AC4E is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 172 78 -
CMYK 0.24 0 0.55 0.33
HSL 86.81º 0.38% 0.49% -
HSV(B) 86.81º 0.55% 0.67% -
XYZ 25.33 34.8 12.59 -
YUV 148.73 88.09 114.64 -
System Red Green Blue C M Y K H S L
Decimal 130 172 78 0.24 0 0.55 0.33 86.81 0.38 0.49
Hex 82 AC 4E 18 0 37 21 57 26 31
Octal 202 254 116 30 0 67 41 127 46 61
Binary 10000010 10101100 1001110 11000 0 110111 100001 1010111 100110 110001

Color Harmonies of #82AC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AC4E

Black with #82AC4E

Text Example


Text Example

White with #82AC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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