#90A315

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

Shades of Citron #90A315

Tints of Citron #90A315

Color information

#90A315 (or 0x90A315) is unknown color: approx Citron. HEX triplet: 90, A3 and 15. RGB value is (144,163,21). Sum of RGB (Red+Green+Blue) = 144+163+21=328 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.90% from 328); Green value is 163 (64.06% from 255 or 49.70% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 163 - color contains mainly: green. Hex color #90A315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A315 is #6F5CEA. Grayscale: #8D8D8D. Windows color (decimal): -7298283 or 1418128. OLE color: 1418128.

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

Color convert

RGB14416321-
CMYK0.1200.870.36
HSL68.03º77.17%36.08%-
HSV(B)68.03º87.12%63.92%-
XYZ24.7332.185.62-
YUV141.1360.21130.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.90%
GREEN value IS 163 (64.06% from 255) = 49.70%
BLUE value IS 21 (8.59% from 255) = 6.40%
R=43.90%
G=49.70%
B=6.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal144163210.1200.870.3668.0377.1736.08
Hex90A315C05724444d24
Octal220243251401274410411544
Binary10010000101000111010111000101011110010010001001001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,163,21); }

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

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

 a { background-color: rgb(144,163,21); }

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

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

 span { border-color: rgb(144,163,21); }

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