#8FC013

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

Shades of Citrus #8FC013

Tints of Citrus #8FC013

Color information

#8FC013 (or 0x8FC013) is unknown color: approx Citrus. HEX triplet: 8F, C0 and 13. RGB value is (143,192,19). Sum of RGB (Red+Green+Blue) = 143+192+19=354 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.40% from 354); Green value is 192 (75.39% from 255 or 54.24% from 354); Blue value is 19 (7.81% from 255 or 5.37% from 354); Max value from RGB is 192 - color contains mainly: green. Hex color #8FC013 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8FC013 is #703FEC. Grayscale: #9E9E9E. Windows color (decimal): -7356397 or 1294479. OLE color: 1294479.

HSL color Cylindrical-coordinate representation of color #8FC013: hue angle of 76.99º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8FC013 is Cyan = 0.26, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB14319219-
CMYK0.2600.900.25
HSL76.99º81.99%41.37%-
HSV(B)76.99º90.1%75.29%-
XYZ30.2943.597.43-
YUV157.6349.77117.57-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.40%
GREEN value IS 192 (75.39% from 255) = 54.24%
BLUE value IS 19 (7.81% from 255) = 5.37%
R=40.40%
G=54.24%
B=5.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal143192190.2600.900.2576.9981.9941.37
Hex8FC0131A05A194d5229
Octal217300233201323111512251
Binary10001111110000001001111010010110101100110011011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,192,19); }

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

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

 a { background-color: rgb(143,192,19); }

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

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

 span { border-color: rgb(143,192,19); }

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