#8FB460

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

Shades of Chelsea Cucumber #8FB460

Tints of Chelsea Cucumber #8FB460

Color information

#8FB460 (or 0x8FB460) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, B4 and 60. RGB value is (143,180,96). Sum of RGB (Red+Green+Blue) = 143+180+96=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 96 (37.89% from 255 or 22.91% from 419); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB460 is #704B9F. Grayscale: #9F9F9F. Windows color (decimal): -7359392 or 6337679. OLE color: 6337679.

HSL color Cylindrical-coordinate representation of color #8FB460: hue angle of 86.43º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8FB460 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB14318096-
CMYK0.2100.470.29
HSL86.43º35.9%54.12%-
HSV(B)86.43º46.67%70.59%-
XYZ29.7639.3317.09-
YUV159.3692.24116.33-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.13%
GREEN value IS 180 (70.70% from 255) = 42.96%
BLUE value IS 96 (37.89% from 255) = 22.91%
R=34.13%
G=42.96%
B=22.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal143180960.2100.470.2986.4335.954.12
Hex8FB4601502F1D562436
Octal21726414025057351264466
Binary10001111101101001100000101010101111111011010110100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,180,96); }

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

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

 a { background-color: rgb(143,180,96); }

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

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

 span { border-color: rgb(143,180,96); }

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