#81a14c

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

Shades of Chelsea Cucumber #81A14C

Tints of Chelsea Cucumber #81A14C

Color information

#81A14C (or 0x81A14C) is unknown color: approx Chelsea Cucumber. HEX triplet: 81, A1 and 4C. RGB value is (129,161,76). Sum of RGB (Red+Green+Blue) = 129+161+76=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 161 (63.28% from 255 or 43.99% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 161 - color contains mainly: green. Hex color #81A14C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A14C is #7E5EB3. Grayscale: #8E8E8E. Windows color (decimal): -8281780 or 5022081. OLE color: 5022081.

HSL color Cylindrical-coordinate representation of color #81A14C: hue angle of 82.59º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #81A14C is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB12916176-
CMYK0.2000.530.37
HSL82.59º35.86%46.47%-
HSV(B)82.59º52.8%63.14%-
XYZ23.130.6811.54-
YUV141.7490.9118.91-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.25%
GREEN value IS 161 (63.28% from 255) = 43.99%
BLUE value IS 76 (30.08% from 255) = 20.77%
R=35.25%
G=43.99%
B=20.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal129161760.2000.530.3782.5935.8646.47
Hex81A14C140352553242e
Octal20124111424065451234456
Binary100000011010000110011001010001101011001011010011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81a14c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,161,76); }

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

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

 a { background-color: rgb(129,161,76); }

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

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

 span { border-color: rgb(129,161,76); }

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