#90A006

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

Shades of Citron #90A006

Tints of Citron #90A006

Color information

#90A006 (or 0x90A006) is unknown color: approx Citron. HEX triplet: 90, A0 and 06. RGB value is (144,160,6). Sum of RGB (Red+Green+Blue) = 144+160+6=310 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.45% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 6 (2.73% from 255 or 1.94% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #90A006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A006 is #6F5FF9. Grayscale: #8A8A8A. Windows color (decimal): -7299066 or 434320. OLE color: 434320.

HSL color Cylindrical-coordinate representation of color #90A006: hue angle of 66.23º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #90A006 is Cyan = 0.1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB1441606-
CMYK0.100.960.37
HSL66.23º92.77%32.55%-
HSV(B)66.23º96.25%62.75%-
XYZ24.1131.084.9-
YUV137.6653.7132.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.45%
GREEN value IS 160 (62.89% from 255) = 51.61%
BLUE value IS 6 (2.73% from 255) = 1.94%
R=46.45%
G=51.61%
B=1.94%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal14416060.100.960.3766.2392.7732.55
Hex90A06A06025425d21
Octal22024061201404510213541
Binary100100001010000011010100110000010010110000101011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,160,6); }

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

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

 a { background-color: rgb(144,160,6); }

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

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

 span { border-color: rgb(144,160,6); }

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