#8fa14a

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

Shades of Chelsea Cucumber #8FA14A

Tints of Chelsea Cucumber #8FA14A

Color information

#8FA14A (or 0x8FA14A) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, A1 and 4A. RGB value is (143,161,74). Sum of RGB (Red+Green+Blue) = 143+161+74=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 161 (63.28% from 255 or 42.59% from 378); Blue value is 74 (29.30% from 255 or 19.58% from 378); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA14A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA14A is #705EB5. Grayscale: #929292. Windows color (decimal): -7364278 or 4891023. OLE color: 4891023.

HSL color Cylindrical-coordinate representation of color #8FA14A: hue angle of 72.41º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8FA14A is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB14316174-
CMYK0.1100.540.37
HSL72.41º37.02%46.08%-
HSV(B)72.41º54.04%63.14%-
XYZ25.3131.8211.29-
YUV145.787.54126.07-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.83%
GREEN value IS 161 (63.28% from 255) = 42.59%
BLUE value IS 74 (29.30% from 255) = 19.58%
R=37.83%
G=42.59%
B=19.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal143161740.1100.540.3772.4137.0246.08
Hex8FA14AB0362548252e
Octal21724111213066451104556
Binary10001111101000011001010101101101101001011001000100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8fa14a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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