#81A248

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

Shades of Chelsea Cucumber #81A248

Tints of Chelsea Cucumber #81A248

Color information

#81A248 (or 0x81A248) is unknown color: approx Chelsea Cucumber. HEX triplet: 81, A2 and 48. RGB value is (129,162,72). Sum of RGB (Red+Green+Blue) = 129+162+72=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 72 (28.52% from 255 or 19.83% from 363); Max value from RGB is 162 - color contains mainly: green. Hex color #81A248 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A248 is #7E5DB7. Grayscale: #8E8E8E. Windows color (decimal): -8281528 or 4760193. OLE color: 4760193.

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

Color convert

RGB12916272-
CMYK0.2000.560.36
HSL82º38.46%45.88%-
HSV(B)82º55.56%63.53%-
XYZ23.1430.9810.89-
YUV141.8788.57118.82-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.54%
GREEN value IS 162 (63.67% from 255) = 44.63%
BLUE value IS 72 (28.52% from 255) = 19.83%
R=35.54%
G=44.63%
B=19.83%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal129162720.2000.560.368238.4645.88
Hex81A248140382452262e
Octal20124211024070441224656
Binary100000011010001010010001010001110001001001010010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,162,72); }

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

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

 a { background-color: rgb(129,162,72); }

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

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

 span { border-color: rgb(129,162,72); }

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