#9FA127

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

Shades of Citron #9FA127

Tints of Citron #9FA127

Color information

#9FA127 (or 0x9FA127) is unknown color: approx Citron. HEX triplet: 9F, A1 and 27. RGB value is (159,161,39). Sum of RGB (Red+Green+Blue) = 159+161+39=359 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.29% from 359); Green value is 161 (63.28% from 255 or 44.85% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 161 - color contains mainly: green. Hex color #9FA127 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FA127 is #605ED8. Grayscale: #929292. Windows color (decimal): -6315737 or 2597279. OLE color: 2597279.

HSL color Cylindrical-coordinate representation of color #9FA127: hue angle of 60.98º degrees, saturation: 0.61, 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 #9FA127 is Cyan = 0.01, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB15916139-
CMYK0.0100.760.37
HSL60.98º61%39.22%-
HSV(B)60.98º75.78%63.14%-
XYZ27.4133.016.85-
YUV146.4967.34136.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.29%
GREEN value IS 161 (63.28% from 255) = 44.85%
BLUE value IS 39 (15.62% from 255) = 10.86%
R=44.29%
G=44.85%
B=10.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal159161390.0100.760.3760.986139.22
Hex9FA127104C253d3d27
Octal237241471011445757547
Binary1001111110100001100111101001100100101111101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FA127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,161,39); }

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

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

 a { background-color: rgb(159,161,39); }

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

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

 span { border-color: rgb(159,161,39); }

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