#8FC40A

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

Shades of Citrus #8FC40A

Tints of Citrus #8FC40A

Color information

#8FC40A (or 0x8FC40A) is unknown color: approx Citrus. HEX triplet: 8F, C4 and 0A. RGB value is (143,196,10). Sum of RGB (Red+Green+Blue) = 143+196+10=349 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.97% from 349); Green value is 196 (76.95% from 255 or 56.16% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 196 - color contains mainly: green. Hex color #8FC40A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC40A is #703BF5. Grayscale: #9F9F9F. Windows color (decimal): -7355382 or 705679. OLE color: 705679.

HSL color Cylindrical-coordinate representation of color #8FC40A: hue angle of 77.1º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8FC40A is Cyan = 0.27, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB14319610-
CMYK0.2700.950.23
HSL77.1º90.29%40.39%-
HSV(B)77.1º94.9%76.86%-
XYZ31.1245.347.4-
YUV158.9543.94116.62-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.97%
GREEN value IS 196 (76.95% from 255) = 56.16%
BLUE value IS 10 (4.30% from 255) = 2.87%
R=40.97%
G=56.16%
B=2.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal143196100.2700.950.2377.190.2940.39
Hex8FC4A1B05F174d5a28
Octal217304123301372711513250
Binary1000111111000100101011011010111111011110011011011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC40A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,196,10); }

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

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

 a { background-color: rgb(143,196,10); }

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

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

 span { border-color: rgb(143,196,10); }

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