#90A12A

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

Shades of Citron #90A12A

Tints of Citron #90A12A

Color information

#90A12A (or 0x90A12A) is unknown color: approx Citron. HEX triplet: 90, A1 and 2A. RGB value is (144,161,42). Sum of RGB (Red+Green+Blue) = 144+161+42=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 161 (63.28% from 255 or 46.40% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 161 - color contains mainly: green. Hex color #90A12A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A12A is #6F5ED5. Grayscale: #8E8E8E. Windows color (decimal): -7298774 or 2793872. OLE color: 2793872.

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

Color convert

RGB14416142-
CMYK0.1100.740.37
HSL68.57º58.62%39.8%-
HSV(B)68.57º73.91%63.14%-
XYZ24.6631.596.99-
YUV142.3571.37129.18-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.50%
GREEN value IS 161 (63.28% from 255) = 46.40%
BLUE value IS 42 (16.80% from 255) = 12.10%
R=41.50%
G=46.40%
B=12.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal144161420.1100.740.3768.5758.6239.8
Hex90A12AB04A25453b28
Octal22024152130112451057350
Binary10010000101000011010101011010010101001011000101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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