#8FA549

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

Shades of Chelsea Cucumber #8FA549

Tints of Chelsea Cucumber #8FA549

Color information

#8FA549 (or 0x8FA549) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, A5 and 49. RGB value is (143,165,73). Sum of RGB (Red+Green+Blue) = 143+165+73=381 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.53% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 165 - color contains mainly: green. Hex color #8FA549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA549 is #705AB6. Grayscale: #949494. Windows color (decimal): -7363255 or 4826511. OLE color: 4826511.

HSL color Cylindrical-coordinate representation of color #8FA549: hue angle of 74.35º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8FA549 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB14316573-
CMYK0.1300.560.35
HSL74.35º38.66%46.67%-
HSV(B)74.35º55.76%64.71%-
XYZ25.9933.2311.35-
YUV147.9385.71124.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.53%
GREEN value IS 165 (64.84% from 255) = 43.31%
BLUE value IS 73 (28.91% from 255) = 19.16%
R=37.53%
G=43.31%
B=19.16%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal143165730.1300.560.3574.3538.6646.67
Hex8FA549D038234a272f
Octal21724511115070431124757
Binary10001111101001011001001110101110001000111001010100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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