#90A900

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

Shades of Citrus #90A900

Tints of Citrus #90A900

Color information

#90A900 (or 0x90A900) is unknown color: approx Citrus. HEX triplet: 90, A9 and 00. RGB value is (144,169,0). Sum of RGB (Red+Green+Blue) = 144+169+0=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 169 (66.41% from 255 or 53.99% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 169 - color contains mainly: green. Hex color #90A900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A900 is #6F56FF. Grayscale: #8E8E8E. Windows color (decimal): -7296768 or 43408. OLE color: 43408.

HSL color Cylindrical-coordinate representation of color #90A900: hue angle of 68.88º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90A900 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.

Color convert

RGB1441690-
CMYK0.15010.34
HSL68.88º100%33.14%-
HSV(B)68.88º100%66.27%-
XYZ25.6934.315.27-
YUV142.2647.72129.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.01%
GREEN value IS 169 (66.41% from 255) = 53.99%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.01%
G=53.99%
B=0%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal14416900.15010.3468.8810033.14
Hex90A90F06422456421
Octal22025101701444210514441
Binary1001000010101001011110110010010001010001011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,169,0); }

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

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

 a { background-color: rgb(144,169,0); }

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

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

 span { border-color: rgb(144,169,0); }

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