#8FA126

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

Shades of Citron #8FA126

Tints of Citron #8FA126

Color information

#8FA126 (or 0x8FA126) is unknown color: approx Citron. HEX triplet: 8F, A1 and 26. RGB value is (143,161,38). Sum of RGB (Red+Green+Blue) = 143+161+38=342 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.81% from 342); Green value is 161 (63.28% from 255 or 47.08% from 342); Blue value is 38 (15.23% from 255 or 11.11% from 342); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA126 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8FA126 is #705ED9. Grayscale: #8E8E8E. Windows color (decimal): -7364314 or 2531727. OLE color: 2531727.

HSL color Cylindrical-coordinate representation of color #8FA126: hue angle of 68.78º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8FA126 is Cyan = 0.11, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB14316138-
CMYK0.1100.760.37
HSL68.78º61.81%39.02%-
HSV(B)68.78º76.4%63.14%-
XYZ24.4231.476.62-
YUV141.669.54129-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 41.81%
GREEN value IS 161 (63.28% from 255) = 47.08%
BLUE value IS 38 (15.23% from 255) = 11.11%
R=41.81%
G=47.08%
B=11.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal143161380.1100.760.3768.7861.8139.02
Hex8FA126B04C25453e27
Octal21724146130114451057647
Binary10001111101000011001101011010011001001011000101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,161,38); }

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

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

 a { background-color: rgb(143,161,38); }

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

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

 span { border-color: rgb(143,161,38); }

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