#90A51E

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

Shades of Citron #90A51E

Tints of Citron #90A51E

Color information

#90A51E (or 0x90A51E) is unknown color: approx Citron. HEX triplet: 90, A5 and 1E. RGB value is (144,165,30). Sum of RGB (Red+Green+Blue) = 144+165+30=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 165 (64.84% from 255 or 48.67% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 165 - color contains mainly: green. Hex color #90A51E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #90A51E is #6F5AE1. Grayscale: #8F8F8F. Windows color (decimal): -7297762 or 2008464. OLE color: 2008464.

HSL color Cylindrical-coordinate representation of color #90A51E: hue angle of 69.33º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #90A51E is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB14416530-
CMYK0.1300.820.35
HSL69.33º69.23%38.24%-
HSV(B)69.33º81.82%64.71%-
XYZ25.1932.936.26-
YUV143.3364.04128.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.48%
GREEN value IS 165 (64.84% from 255) = 48.67%
BLUE value IS 30 (12.11% from 255) = 8.85%
R=42.48%
G=48.67%
B=8.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal144165300.1300.820.3569.3369.2338.24
Hex90A51ED05223454526
Octal220245361501224310510546
Binary10010000101001011111011010101001010001110001011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,165,30); }

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

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

 a { background-color: rgb(144,165,30); }

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

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

 span { border-color: rgb(144,165,30); }

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