#8FA22D

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

Shades of Citron #8FA22D

Tints of Citron #8FA22D

Color information

#8FA22D (or 0x8FA22D) is unknown color: approx Citron. HEX triplet: 8F, A2 and 2D. RGB value is (143,162,45). Sum of RGB (Red+Green+Blue) = 143+162+45=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 45 (17.97% from 255 or 12.86% from 350); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA22D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA22D is #705DD2. Grayscale: #8F8F8F. Windows color (decimal): -7364051 or 2990735. OLE color: 2990735.

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

Color convert

RGB14316245-
CMYK0.1200.720.36
HSL69.74º56.52%40.59%-
HSV(B)69.74º72.22%63.53%-
XYZ24.7231.877.33-
YUV142.9872.71128.01-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 40.86%
GREEN value IS 162 (63.67% from 255) = 46.29%
BLUE value IS 45 (17.97% from 255) = 12.86%
R=40.86%
G=46.29%
B=12.86%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal143162450.1200.720.3669.7456.5240.59
Hex8FA22DC04824463929
Octal21724255140110441067151
Binary10001111101000101011011100010010001001001000110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,162,45); }

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

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

 a { background-color: rgb(143,162,45); }

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

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

 span { border-color: rgb(143,162,45); }

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