#81AA50

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

Shades of Chelsea Cucumber #81AA50

Tints of Chelsea Cucumber #81AA50

Color information

#81AA50 (or 0x81AA50) is unknown color: approx Chelsea Cucumber. HEX triplet: 81, AA and 50. RGB value is (129,170,80). Sum of RGB (Red+Green+Blue) = 129+170+80=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 170 - color contains mainly: green. Hex color #81AA50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81AA50 is #7E55AF. Grayscale: #939393. Windows color (decimal): -8279472 or 5286529. OLE color: 5286529.

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

Color convert

RGB12917080-
CMYK0.2400.530.33
HSL87.33º36%49.02%-
HSV(B)87.33º52.94%66.67%-
XYZ24.883412.84-
YUV147.4889.92114.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.04%
GREEN value IS 170 (66.80% from 255) = 44.85%
BLUE value IS 80 (31.64% from 255) = 21.11%
R=34.04%
G=44.85%
B=21.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal129170800.2400.530.3387.333649.02
Hex81AA501803521572431
Octal20125212030065411274461
Binary100000011010101010100001100001101011000011010111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81AA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,170,80); }

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

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

 a { background-color: rgb(129,170,80); }

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

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

 span { border-color: rgb(129,170,80); }

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