#81AF5D

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

Shades of Chelsea Cucumber #81AF5D

Tints of Chelsea Cucumber #81AF5D

Color information

#81AF5D (or 0x81AF5D) is unknown color: approx Chelsea Cucumber. HEX triplet: 81, AF and 5D. RGB value is (129,175,93). Sum of RGB (Red+Green+Blue) = 129+175+93=397 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.49% from 397); Green value is 175 (68.75% from 255 or 44.08% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AF5D is #7E50A2. Grayscale: #989898. Windows color (decimal): -8278179 or 6139777. OLE color: 6139777.

HSL color Cylindrical-coordinate representation of color #81AF5D: hue angle of 93.66º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #81AF5D is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB12917593-
CMYK0.2600.470.31
HSL93.66º33.88%52.55%-
HSV(B)93.66º46.86%68.63%-
XYZ26.3636.1215.94-
YUV151.994.76111.67-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.49%
GREEN value IS 175 (68.75% from 255) = 44.08%
BLUE value IS 93 (36.72% from 255) = 23.43%
R=32.49%
G=44.08%
B=23.43%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129175930.2600.470.3193.6633.8852.55
Hex81AF5D1A02F1F5e2235
Octal20125713532057371364265
Binary10000001101011111011101110100101111111111011110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AF5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81AF5D; }

 p { color: rgb(129,175,93); }

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

<style>
 a { background-color: #81AF5D; }

 a { background-color: rgb(129,175,93); }

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

<style>
 span { border-color: #81AF5D; }

 span { border-color: rgb(129,175,93); }

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