#8FAA49

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

Shades of Chelsea Cucumber #8FAA49

Tints of Chelsea Cucumber #8FAA49

Color information

#8FAA49 (or 0x8FAA49) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, AA and 49. RGB value is (143,170,73). Sum of RGB (Red+Green+Blue) = 143+170+73=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA49 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FAA49 is #7055B6. Grayscale: #979797. Windows color (decimal): -7361975 or 4827791. OLE color: 4827791.

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

Color convert

RGB14317073-
CMYK0.1600.570.33
HSL76.7º39.92%47.65%-
HSV(B)76.7º57.06%66.67%-
XYZ26.9135.0711.65-
YUV150.8784.05122.39-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.05%
GREEN value IS 170 (66.80% from 255) = 44.04%
BLUE value IS 73 (28.91% from 255) = 18.91%
R=37.05%
G=44.04%
B=18.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal143170730.1600.570.3376.739.9247.65
Hex8FAA4910039214d2830
Octal21725211120071411155060
Binary100011111010101010010011000001110011000011001101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAA49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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