#9A9F12

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

Shades of Citron #9A9F12

Tints of Citron #9A9F12

Color information

#9A9F12 (or 0x9A9F12) is unknown color: approx Citron. HEX triplet: 9A, 9F and 12. RGB value is (154,159,18). Sum of RGB (Red+Green+Blue) = 154+159+18=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 159 - color contains mainly: green. Hex color #9A9F12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9A9F12 is #6560ED. Grayscale: #8D8D8D. Windows color (decimal): -6643950 or 1220506. OLE color: 1220506.

HSL color Cylindrical-coordinate representation of color #9A9F12: hue angle of 62.13º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9A9F12 is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB15415918-
CMYK0.0300.890.38
HSL62.13º79.66%34.71%-
HSV(B)62.13º88.68%62.35%-
XYZ25.8331.715.33-
YUV141.4358.34136.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 46.53%
GREEN value IS 159 (62.5% from 255) = 48.04%
BLUE value IS 18 (7.42% from 255) = 5.44%
R=46.53%
G=48.04%
B=5.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal154159180.0300.890.3862.1379.6634.71
Hex9A9F123059263e5023
Octal2322372230131467612043
Binary10011010100111111001011010110011001101111101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A9F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,159,18); }

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

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

 a { background-color: rgb(154,159,18); }

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

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

 span { border-color: rgb(154,159,18); }

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