#8FA30D

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

Shades of Citron #8FA30D

Tints of Citron #8FA30D

Color information

#8FA30D (or 0x8FA30D) is unknown color: approx Citron. HEX triplet: 8F, A3 and 0D. RGB value is (143,163,13). Sum of RGB (Red+Green+Blue) = 143+163+13=319 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.83% from 319); Green value is 163 (64.06% from 255 or 51.10% from 319); Blue value is 13 (5.47% from 255 or 4.08% from 319); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA30D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8FA30D is #705CF2. Grayscale: #8C8C8C. Windows color (decimal): -7363827 or 893839. OLE color: 893839.

HSL color Cylindrical-coordinate representation of color #8FA30D: hue angle of 68º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8FA30D is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.36.

Color convert

RGB14316313-
CMYK0.1200.920.36
HSL68º85.23%34.51%-
HSV(B)68º92.02%63.92%-
XYZ24.532.065.28-
YUV139.9256.37130.2-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 44.83%
GREEN value IS 163 (64.06% from 255) = 51.10%
BLUE value IS 13 (5.47% from 255) = 4.08%
R=44.83%
G=51.10%
B=4.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal143163130.1200.920.366885.2334.51
Hex8FA3DC05C24445523
Octal217243151401344410412543
Binary1000111110100011110111000101110010010010001001010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA30D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,163,13); }

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

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

 a { background-color: rgb(143,163,13); }

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

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

 span { border-color: rgb(143,163,13); }

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