#8FB45D

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

Shades of Chelsea Cucumber #8FB45D

Tints of Chelsea Cucumber #8FB45D

Color information

#8FB45D (or 0x8FB45D) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, B4 and 5D. RGB value is (143,180,93). Sum of RGB (Red+Green+Blue) = 143+180+93=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 93 (36.72% from 255 or 22.36% from 416); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB45D is #704BA2. Grayscale: #9F9F9F. Windows color (decimal): -7359395 or 6141071. OLE color: 6141071.

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

Color convert

RGB14318093-
CMYK0.2100.480.29
HSL85.52º36.71%53.53%-
HSV(B)85.52º48.33%70.59%-
XYZ29.6239.2716.37-
YUV159.0290.74116.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 34.38%
GREEN value IS 180 (70.70% from 255) = 43.27%
BLUE value IS 93 (36.72% from 255) = 22.36%
R=34.38%
G=43.27%
B=22.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal143180930.2100.480.2985.5236.7153.53
Hex8FB45D150301D562536
Octal21726413525060351264566
Binary10001111101101001011101101010110000111011010110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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