#9FA52C

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

Shades of Citron #9FA52C

Tints of Citron #9FA52C

Color information

#9FA52C (or 0x9FA52C) is unknown color: approx Citron. HEX triplet: 9F, A5 and 2C. RGB value is (159,165,44). Sum of RGB (Red+Green+Blue) = 159+165+44=368 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.21% from 368); Green value is 165 (64.84% from 255 or 44.84% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 165 - color contains mainly: green. Hex color #9FA52C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA52C is #605AD3. Grayscale: #959595. Windows color (decimal): -6314708 or 2925983. OLE color: 2925983.

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

Color convert

RGB15916544-
CMYK0.0400.730.35
HSL62.98º57.89%40.98%-
HSV(B)62.98º73.33%64.71%-
XYZ28.2134.467.55-
YUV149.4168.51134.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.21%
GREEN value IS 165 (64.84% from 255) = 44.84%
BLUE value IS 44 (17.58% from 255) = 11.96%
R=43.21%
G=44.84%
B=11.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal159165440.0400.730.3562.9857.8940.98
Hex9FA52C4049233f3a29
Octal237245544011143777251
Binary100111111010010110110010001001001100011111111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA52C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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