#9FA234

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

Shades of Citron #9FA234

Tints of Citron #9FA234

Color information

#9FA234 (or 0x9FA234) is unknown color: approx Citron. HEX triplet: 9F, A2 and 34. RGB value is (159,162,52). Sum of RGB (Red+Green+Blue) = 159+162+52=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 162 (63.67% from 255 or 43.43% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA234 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA234 is #605DCB. Grayscale: #959595. Windows color (decimal): -6315468 or 3449503. OLE color: 3449503.

HSL color Cylindrical-coordinate representation of color #9FA234: hue angle of 61.64º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9FA234 is Cyan = 0.02, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB15916252-
CMYK0.0200.680.36
HSL61.64º51.4%41.96%-
HSV(B)61.64º67.9%63.53%-
XYZ27.8433.468.24-
YUV148.5673.51135.44-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.63%
GREEN value IS 162 (63.67% from 255) = 43.43%
BLUE value IS 52 (20.70% from 255) = 13.94%
R=42.63%
G=43.43%
B=13.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal159162520.0200.680.3661.6451.441.96
Hex9FA2342044243e332a
Octal237242642010444766352
Binary10011111101000101101001001000100100100111110110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,162,52); }

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

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

 a { background-color: rgb(159,162,52); }

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

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

 span { border-color: rgb(159,162,52); }

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