#8FA616

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

Shades of Citron #8FA616

Tints of Citron #8FA616

Color information

#8FA616 (or 0x8FA616) is unknown color: approx Citron. HEX triplet: 8F, A6 and 16. RGB value is (143,166,22). Sum of RGB (Red+Green+Blue) = 143+166+22=331 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.20% from 331); Green value is 166 (65.23% from 255 or 50.15% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 166 - color contains mainly: green. Hex color #8FA616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FA616 is #7059E9. Grayscale: #8F8F8F. Windows color (decimal): -7363050 or 1484431. OLE color: 1484431.

HSL color Cylindrical-coordinate representation of color #8FA616: hue angle of 69.58º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8FA616 is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB14316622-
CMYK0.1400.870.35
HSL69.58º76.6%36.86%-
HSV(B)69.58º86.75%65.1%-
XYZ25.1133.175.84-
YUV142.7159.88128.21-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 43.20%
GREEN value IS 166 (65.23% from 255) = 50.15%
BLUE value IS 22 (8.98% from 255) = 6.65%
R=43.20%
G=50.15%
B=6.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal143166220.1400.870.3569.5876.636.86
Hex8FA616E05723464d25
Octal217246261601274310611545
Binary10001111101001101011011100101011110001110001101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,166,22); }

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

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

 a { background-color: rgb(143,166,22); }

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

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

 span { border-color: rgb(143,166,22); }

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