#8FA14B

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

Shades of Chelsea Cucumber #8FA14B

Tints of Chelsea Cucumber #8FA14B

Color information

#8FA14B (or 0x8FA14B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, A1 and 4B. RGB value is (143,161,75). Sum of RGB (Red+Green+Blue) = 143+161+75=379 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.73% from 379); Green value is 161 (63.28% from 255 or 42.48% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA14B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA14B is #705EB4. Grayscale: #929292. Windows color (decimal): -7364277 or 4956559. OLE color: 4956559.

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

Color convert

RGB14316175-
CMYK0.1100.530.37
HSL72.56º36.44%46.27%-
HSV(B)72.56º53.42%63.14%-
XYZ25.3431.8411.47-
YUV145.8188.04125.99-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 37.73%
GREEN value IS 161 (63.28% from 255) = 42.48%
BLUE value IS 75 (29.69% from 255) = 19.79%
R=37.73%
G=42.48%
B=19.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal143161750.1100.530.3772.5636.4446.27
Hex8FA14BB0352549242e
Octal21724111313065451114456
Binary10001111101000011001011101101101011001011001001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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