#8FA64A

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

Shades of Chelsea Cucumber #8FA64A

Tints of Chelsea Cucumber #8FA64A

Color information

#8FA64A (or 0x8FA64A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, A6 and 4A. RGB value is (143,166,74). Sum of RGB (Red+Green+Blue) = 143+166+74=383 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.34% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA64A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA64A is #7059B5. Grayscale: #949494. Windows color (decimal): -7362998 or 4892303. OLE color: 4892303.

HSL color Cylindrical-coordinate representation of color #8FA64A: hue angle of 75º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8FA64A is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB14316674-
CMYK0.1400.550.35
HSL75º38.33%47.06%-
HSV(B)75º55.42%65.1%-
XYZ26.233.6111.58-
YUV148.6485.88123.98-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.34%
GREEN value IS 166 (65.23% from 255) = 43.34%
BLUE value IS 74 (29.30% from 255) = 19.32%
R=37.34%
G=43.34%
B=19.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal143166740.1400.550.357538.3347.06
Hex8FA64AE037234b262f
Octal21724611216067431134657
Binary10001111101001101001010111001101111000111001011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,166,74); }

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

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

 a { background-color: rgb(143,166,74); }

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

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

 span { border-color: rgb(143,166,74); }

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