#90A419

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

Shades of Citron #90A419

Tints of Citron #90A419

Color information

#90A419 (or 0x90A419) is unknown color: approx Citron. HEX triplet: 90, A4 and 19. RGB value is (144,164,25). Sum of RGB (Red+Green+Blue) = 144+164+25=333 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.24% from 333); Green value is 164 (64.45% from 255 or 49.25% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 164 - color contains mainly: green. Hex color #90A419 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A419 is #6F5BE6. Grayscale: #8E8E8E. Windows color (decimal): -7298023 or 1680528. OLE color: 1680528.

HSL color Cylindrical-coordinate representation of color #90A419: hue angle of 68.63º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90A419 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB14416425-
CMYK0.1200.850.36
HSL68.63º73.54%37.06%-
HSV(B)68.63º84.76%64.31%-
XYZ24.9532.555.89-
YUV142.1761.87129.3-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.24%
GREEN value IS 164 (64.45% from 255) = 49.25%
BLUE value IS 25 (10.16% from 255) = 7.51%
R=43.24%
G=49.25%
B=7.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal144164250.1200.850.3668.6373.5437.06
Hex90A419C05524454a25
Octal220244311401254410511245
Binary10010000101001001100111000101010110010010001011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,164,25); }

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

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

 a { background-color: rgb(144,164,25); }

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

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

 span { border-color: rgb(144,164,25); }

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