#90A123

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

Shades of Citron #90A123

Tints of Citron #90A123

Color information

#90A123 (or 0x90A123) is unknown color: approx Citron. HEX triplet: 90, A1 and 23. RGB value is (144,161,35). Sum of RGB (Red+Green+Blue) = 144+161+35=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 161 (63.28% from 255 or 47.35% from 340); Blue value is 35 (14.06% from 255 or 10.29% from 340); Max value from RGB is 161 - color contains mainly: green. Hex color #90A123 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A123 is #6F5EDC. Grayscale: #8E8E8E. Windows color (decimal): -7298781 or 2335120. OLE color: 2335120.

HSL color Cylindrical-coordinate representation of color #90A123: hue angle of 68.1º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #90A123 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB14416135-
CMYK0.1100.780.37
HSL68.1º64.29%38.43%-
HSV(B)68.1º78.26%63.14%-
XYZ24.5531.546.38-
YUV141.5567.87129.75-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.35%
GREEN value IS 161 (63.28% from 255) = 47.35%
BLUE value IS 35 (14.06% from 255) = 10.29%
R=42.35%
G=47.35%
B=10.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal144161350.1100.780.3768.164.2938.43
Hex90A123B04E25444026
Octal220241431301164510410046
Binary100100001010000110001110110100111010010110001001000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,161,35); }

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

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

 a { background-color: rgb(144,161,35); }

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

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

 span { border-color: rgb(144,161,35); }

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