#9FA82A

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

Shades of Citron #9FA82A

Tints of Citron #9FA82A

Color information

#9FA82A (or 0x9FA82A) is unknown color: approx Citron. HEX triplet: 9F, A8 and 2A. RGB value is (159,168,42). Sum of RGB (Red+Green+Blue) = 159+168+42=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 168 (66.02% from 255 or 45.53% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA82A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA82A is #6057D5. Grayscale: #979797. Windows color (decimal): -6313942 or 2795679. OLE color: 2795679.

HSL color Cylindrical-coordinate representation of color #9FA82A: hue angle of 64.29º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9FA82A is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.

Color convert

RGB15916842-
CMYK0.0500.750.34
HSL64.29º60%41.18%-
HSV(B)64.29º75%65.88%-
XYZ28.7235.547.54-
YUV150.9466.52133.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.09%
GREEN value IS 168 (66.02% from 255) = 45.53%
BLUE value IS 42 (16.80% from 255) = 11.38%
R=43.09%
G=45.53%
B=11.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal159168420.0500.750.3464.296041.18
Hex9FA82A504B22403c29
Octal2372505250113421007451
Binary1001111110101000101010101010010111000101000000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,168,42); }

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

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

 a { background-color: rgb(159,168,42); }

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

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

 span { border-color: rgb(159,168,42); }

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