#8FB94D

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

Shades of Chelsea Cucumber #8FB94D

Tints of Chelsea Cucumber #8FB94D

Color information

#8FB94D (or 0x8FB94D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, B9 and 4D. RGB value is (143,185,77). Sum of RGB (Red+Green+Blue) = 143+185+77=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 185 (72.66% from 255 or 45.68% from 405); Blue value is 77 (30.47% from 255 or 19.01% from 405); Max value from RGB is 185 - color contains mainly: green. Hex color #8FB94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB94D is #7046B2. Grayscale: #A0A0A0. Windows color (decimal): -7358131 or 5093775. OLE color: 5093775.

HSL color Cylindrical-coordinate representation of color #8FB94D: hue angle of 83.33º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8FB94D is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB14318577-
CMYK0.2300.580.27
HSL83.33º43.55%51.37%-
HSV(B)83.33º58.38%72.55%-
XYZ30.0241.0713.37-
YUV160.1381.09115.78-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.31%
GREEN value IS 185 (72.66% from 255) = 45.68%
BLUE value IS 77 (30.47% from 255) = 19.01%
R=35.31%
G=45.68%
B=19.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal143185770.2300.580.2783.3343.5551.37
Hex8FB94D1703A1B532c33
Octal21727111527072331235463
Binary10001111101110011001101101110111010110111010011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,185,77); }

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

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

 a { background-color: rgb(143,185,77); }

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

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

 span { border-color: rgb(143,185,77); }

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