#90A407

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

Shades of Citrus #90A407

Tints of Citrus #90A407

Color information

#90A407 (or 0x90A407) is unknown color: approx Citrus. HEX triplet: 90, A4 and 07. RGB value is (144,164,7). Sum of RGB (Red+Green+Blue) = 144+164+7=315 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.71% from 315); Green value is 164 (64.45% from 255 or 52.06% from 315); Blue value is 7 (3.12% from 255 or 2.22% from 315); Max value from RGB is 164 - color contains mainly: green. Hex color #90A407 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A407 is #6F5BF8. Grayscale: #8C8C8C. Windows color (decimal): -7298041 or 500880. OLE color: 500880.

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

Color convert

RGB1441647-
CMYK0.1200.960.36
HSL67.64º91.81%33.53%-
HSV(B)67.64º95.73%64.31%-
XYZ24.8232.55.17-
YUV140.1252.87130.77-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.71%
GREEN value IS 164 (64.45% from 255) = 52.06%
BLUE value IS 7 (3.12% from 255) = 2.22%
R=45.71%
G=52.06%
B=2.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14416470.1200.960.3667.6491.8133.53
Hex90A47C06024445c22
Octal22024471401404410413442
Binary100100001010010011111000110000010010010001001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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