#90a00f

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

Shades of Citron #90A00F

Tints of Citron #90A00F

Color information

#90A00F (or 0x90A00F) is unknown color: approx Citron. HEX triplet: 90, A0 and 0F. RGB value is (144,160,15). Sum of RGB (Red+Green+Blue) = 144+160+15=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 15 (6.25% from 255 or 4.70% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #90A00F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A00F is #6F5FF0. Grayscale: #8B8B8B. Windows color (decimal): -7299057 or 1024144. OLE color: 1024144.

HSL color Cylindrical-coordinate representation of color #90A00F: hue angle of 66.62º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90A00F is Cyan = 0.1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB14416015-
CMYK0.100.910.37
HSL66.62º82.86%34.31%-
HSV(B)66.62º90.62%62.75%-
XYZ24.1631.115.18-
YUV138.6958.2131.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.14%
GREEN value IS 160 (62.89% from 255) = 50.16%
BLUE value IS 15 (6.25% from 255) = 4.70%
R=45.14%
G=50.16%
B=4.70%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal144160150.100.910.3766.6282.8634.31
Hex90A0FA05B25435322
Octal220240171201334510312342
Binary1001000010100000111110100101101110010110000111010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90a00f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90a00f; }

 p { color: rgb(144,160,15); }

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

<style>
 a { background-color: #90a00f; }

 a { background-color: rgb(144,160,15); }

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

<style>
 span { border-color: #90a00f; }

 span { border-color: rgb(144,160,15); }

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