#8CA84F

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

Shades of Chelsea Cucumber #8CA84F

Tints of Chelsea Cucumber #8CA84F

Color information

#8CA84F (or 0x8CA84F) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A8 and 4F. RGB value is (140,168,79). Sum of RGB (Red+Green+Blue) = 140+168+79=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 79 (31.25% from 255 or 20.41% from 387); Max value from RGB is 168 - color contains mainly: green. Hex color #8CA84F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA84F is #7357B0. Grayscale: #959595. Windows color (decimal): -7559089 or 5220492. OLE color: 5220492.

HSL color Cylindrical-coordinate representation of color #8CA84F: hue angle of 78.88º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8CA84F is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB14016879-
CMYK0.1700.530.34
HSL78.88º36.03%48.43%-
HSV(B)78.88º52.98%65.88%-
XYZ26.2334.1512.61-
YUV149.4888.22121.24-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.18%
GREEN value IS 168 (66.02% from 255) = 43.41%
BLUE value IS 79 (31.25% from 255) = 20.41%
R=36.18%
G=43.41%
B=20.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal140168790.1700.530.3478.8836.0348.43
Hex8CA84F11035224f2430
Octal21425011721065421174460
Binary100011001010100010011111000101101011000101001111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,168,79); }

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

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

 a { background-color: rgb(140,168,79); }

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

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

 span { border-color: rgb(140,168,79); }

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