#8FAA56

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

Shades of Chelsea Cucumber #8FAA56

Tints of Chelsea Cucumber #8FAA56

Color information

#8FAA56 (or 0x8FAA56) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, AA and 56. RGB value is (143,170,86). Sum of RGB (Red+Green+Blue) = 143+170+86=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 86 (33.98% from 255 or 21.55% from 399); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAA56 is #7055A9. Grayscale: #989898. Windows color (decimal): -7361962 or 5679759. OLE color: 5679759.

HSL color Cylindrical-coordinate representation of color #8FAA56: hue angle of 79.29º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8FAA56 is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.33.

Color convert

RGB14317086-
CMYK0.1600.490.33
HSL79.29º33.07%50.2%-
HSV(B)79.29º49.41%66.67%-
XYZ27.3835.2614.17-
YUV152.3590.55121.33-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.84%
GREEN value IS 170 (66.80% from 255) = 42.61%
BLUE value IS 86 (33.98% from 255) = 21.55%
R=35.84%
G=42.61%
B=21.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal143170860.1600.490.3379.2933.0750.2
Hex8FAA5610031214f2132
Octal21725212620061411174162
Binary100011111010101010101101000001100011000011001111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAA56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FAA56; }

 p { color: rgb(143,170,86); }

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

<style>
 a { background-color: #8FAA56; }

 a { background-color: rgb(143,170,86); }

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

<style>
 span { border-color: #8FAA56; }

 span { border-color: rgb(143,170,86); }

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