#90A400

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

Shades of Citrus #90A400

Tints of Citrus #90A400

Color information

#90A400 (or 0x90A400) is unknown color: approx Citrus. HEX triplet: 90, A4 and 00. RGB value is (144,164,0). Sum of RGB (Red+Green+Blue) = 144+164+0=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 164 (64.45% from 255 or 53.25% from 308); Blue value is 0 (0.39% from 255 or 0% from 308); Max value from RGB is 164 - color contains mainly: green. Hex color #90A400 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A400 is #6F5BFF. Grayscale: #8B8B8B. Windows color (decimal): -7298048 or 42128. OLE color: 42128.

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

Color convert

RGB1441640-
CMYK0.12010.36
HSL67.32º100%32.16%-
HSV(B)67.32º100%64.31%-
XYZ24.7832.484.96-
YUV139.3249.37131.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.75%
GREEN value IS 164 (64.45% from 255) = 53.25%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.75%
G=53.25%
B=0%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14416400.12010.3667.3210032.16
Hex90A40C06424436420
Octal22024401401444410314440
Binary1001000010100100011000110010010010010000111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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