#8FA227

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

Shades of Citron #8FA227

Tints of Citron #8FA227

Color information

#8FA227 (or 0x8FA227) is unknown color: approx Citron. HEX triplet: 8F, A2 and 27. RGB value is (143,162,39). Sum of RGB (Red+Green+Blue) = 143+162+39=344 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.57% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 39 (15.62% from 255 or 11.34% from 344); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA227 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA227 is #705DD8. Grayscale: #8E8E8E. Windows color (decimal): -7364057 or 2597519. OLE color: 2597519.

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

Color convert

RGB14316239-
CMYK0.1200.760.36
HSL69.27º61.19%39.41%-
HSV(B)69.27º75.93%63.53%-
XYZ24.6131.836.77-
YUV142.369.71128.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.57%
GREEN value IS 162 (63.67% from 255) = 47.09%
BLUE value IS 39 (15.62% from 255) = 11.34%
R=41.57%
G=47.09%
B=11.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal143162390.1200.760.3669.2761.1939.41
Hex8FA227C04C24453d27
Octal21724247140114441057547
Binary10001111101000101001111100010011001001001000101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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