#81AF49

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

Shades of Chelsea Cucumber #81AF49

Tints of Chelsea Cucumber #81AF49

Color information

#81AF49 (or 0x81AF49) is unknown color: approx Chelsea Cucumber. HEX triplet: 81, AF and 49. RGB value is (129,175,73). Sum of RGB (Red+Green+Blue) = 129+175+73=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #81AF49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81AF49 is #7E50B6. Grayscale: #959595. Windows color (decimal): -8278199 or 4829057. OLE color: 4829057.

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

Color convert

RGB12917573-
CMYK0.2600.580.31
HSL87.06º41.13%48.63%-
HSV(B)87.06º58.29%68.63%-
XYZ25.5935.8111.87-
YUV149.6284.76113.29-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.22%
GREEN value IS 175 (68.75% from 255) = 46.42%
BLUE value IS 73 (28.91% from 255) = 19.36%
R=34.22%
G=46.42%
B=19.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129175730.2600.580.3187.0641.1348.63
Hex81AF491A03A1F572931
Octal20125711132072371275161
Binary10000001101011111001001110100111010111111010111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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