#9FA42C

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

Shades of Citron #9FA42C

Tints of Citron #9FA42C

Color information

#9FA42C (or 0x9FA42C) is unknown color: approx Citron. HEX triplet: 9F, A4 and 2C. RGB value is (159,164,44). Sum of RGB (Red+Green+Blue) = 159+164+44=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 164 (64.45% from 255 or 44.69% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 164 - color contains mainly: green. Hex color #9FA42C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA42C is #605BD3. Grayscale: #959595. Windows color (decimal): -6314964 or 2925727. OLE color: 2925727.

HSL color Cylindrical-coordinate representation of color #9FA42C: hue angle of 62.5º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9FA42C is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB15916444-
CMYK0.0300.730.36
HSL62.5º57.69%40.78%-
HSV(B)62.5º73.17%64.31%-
XYZ28.0334.17.49-
YUV148.8268.84135.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.32%
GREEN value IS 164 (64.45% from 255) = 44.69%
BLUE value IS 44 (17.58% from 255) = 11.99%
R=43.32%
G=44.69%
B=11.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal159164440.0300.730.3662.557.6940.78
Hex9FA42C3049243e3a29
Octal237244543011144767251
Binary10011111101001001011001101001001100100111110111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA42C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FA42C; }

 p { color: rgb(159,164,44); }

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

<style>
 a { background-color: #9FA42C; }

 a { background-color: rgb(159,164,44); }

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

<style>
 span { border-color: #9FA42C; }

 span { border-color: rgb(159,164,44); }

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