#8FC10F

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

Shades of Citrus #8FC10F

Tints of Citrus #8FC10F

Color information

#8FC10F (or 0x8FC10F) is unknown color: approx Citrus. HEX triplet: 8F, C1 and 0F. RGB value is (143,193,15). Sum of RGB (Red+Green+Blue) = 143+193+15=351 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.74% from 351); Green value is 193 (75.78% from 255 or 54.99% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 193 - color contains mainly: green. Hex color #8FC10F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC10F is #703EF0. Grayscale: #9E9E9E. Windows color (decimal): -7356145 or 1032591. OLE color: 1032591.

HSL color Cylindrical-coordinate representation of color #8FC10F: hue angle of 76.85º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8FC10F is Cyan = 0.26, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB14319315-
CMYK0.2600.920.24
HSL76.85º85.58%40.78%-
HSV(B)76.85º92.23%75.69%-
XYZ30.4844.017.34-
YUV157.7647.44117.47-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.74%
GREEN value IS 193 (75.78% from 255) = 54.99%
BLUE value IS 15 (6.25% from 255) = 4.27%
R=40.74%
G=54.99%
B=4.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal143193150.2600.920.2476.8585.5840.78
Hex8FC1F1A05C184d5629
Octal217301173201343011512651
Binary1000111111000001111111010010111001100010011011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC10F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,193,15); }

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

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

 a { background-color: rgb(143,193,15); }

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

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

 span { border-color: rgb(143,193,15); }

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