#90A226

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

Shades of Citron #90A226

Tints of Citron #90A226

Color information

#90A226 (or 0x90A226) is unknown color: approx Citron. HEX triplet: 90, A2 and 26. RGB value is (144,162,38). Sum of RGB (Red+Green+Blue) = 144+162+38=344 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.86% from 344); Green value is 162 (63.67% from 255 or 47.09% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 162 - color contains mainly: green. Hex color #90A226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A226 is #6F5DD9. Grayscale: #8E8E8E. Windows color (decimal): -7298522 or 2531984. OLE color: 2531984.

HSL color Cylindrical-coordinate representation of color #90A226: hue angle of 68.71º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #90A226 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.

Color convert

RGB14416238-
CMYK0.1100.770.36
HSL68.71º62%39.22%-
HSV(B)68.71º76.54%63.53%-
XYZ24.7731.916.69-
YUV142.4869.04129.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.86%
GREEN value IS 162 (63.67% from 255) = 47.09%
BLUE value IS 38 (15.23% from 255) = 11.05%
R=41.86%
G=47.09%
B=11.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal144162380.1100.770.3668.716239.22
Hex90A226B04D24453e27
Octal22024246130115441057647
Binary10010000101000101001101011010011011001001000101111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,162,38); }

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

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

 a { background-color: rgb(144,162,38); }

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

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

 span { border-color: rgb(144,162,38); }

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