#8fa40b

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

Shades of Citron #8FA40B

Tints of Citron #8FA40B

Color information

#8FA40B (or 0x8FA40B) is unknown color: approx Citron. HEX triplet: 8F, A4 and 0B. RGB value is (143,164,11). Sum of RGB (Red+Green+Blue) = 143+164+11=318 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.97% from 318); Green value is 164 (64.45% from 255 or 51.57% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 164 - color contains mainly: green. Hex color #8FA40B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FA40B is #705BF4. Grayscale: #8C8C8C. Windows color (decimal): -7363573 or 763023. OLE color: 763023.

HSL color Cylindrical-coordinate representation of color #8FA40B: hue angle of 68.24º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8FA40B is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB14316411-
CMYK0.1300.930.36
HSL68.24º87.43%34.31%-
HSV(B)68.24º93.29%64.31%-
XYZ24.6632.415.27-
YUV140.2855.04129.94-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.97%
GREEN value IS 164 (64.45% from 255) = 51.57%
BLUE value IS 11 (4.69% from 255) = 3.46%
R=44.97%
G=51.57%
B=3.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal143164110.1300.930.3668.2487.4334.31
Hex8FA4BD05D24445722
Octal217244131501354410412742
Binary1000111110100100101111010101110110010010001001010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8fa40b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,164,11); }

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

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

 a { background-color: rgb(143,164,11); }

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

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

 span { border-color: rgb(143,164,11); }

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