#8FA948

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

Shades of Chelsea Cucumber #8FA948

Tints of Chelsea Cucumber #8FA948

Color information

#8FA948 (or 0x8FA948) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, A9 and 48. RGB value is (143,169,72). Sum of RGB (Red+Green+Blue) = 143+169+72=384 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.24% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 169 - color contains mainly: green. Hex color #8FA948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA948 is #7056B7. Grayscale: #969696. Windows color (decimal): -7362232 or 4761999. OLE color: 4761999.

HSL color Cylindrical-coordinate representation of color #8FA948: hue angle of 76.08º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8FA948 is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB14316972-
CMYK0.1500.570.34
HSL76.08º40.25%47.25%-
HSV(B)76.08º57.4%66.27%-
XYZ26.6934.6811.42-
YUV150.1783.89122.89-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.24%
GREEN value IS 169 (66.41% from 255) = 44.01%
BLUE value IS 72 (28.52% from 255) = 18.75%
R=37.24%
G=44.01%
B=18.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal143169720.1500.570.3476.0840.2547.25
Hex8FA948F039224c282f
Octal21725111017071421145057
Binary10001111101010011001000111101110011000101001100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,169,72); }

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

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

 a { background-color: rgb(143,169,72); }

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

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

 span { border-color: rgb(143,169,72); }

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