#90A20F

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

Shades of Citron #90A20F

Tints of Citron #90A20F

Color information

#90A20F (or 0x90A20F) is unknown color: approx Citron. HEX triplet: 90, A2 and 0F. RGB value is (144,162,15). Sum of RGB (Red+Green+Blue) = 144+162+15=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 162 (63.67% from 255 or 50.47% from 321); Blue value is 15 (6.25% from 255 or 4.67% from 321); Max value from RGB is 162 - color contains mainly: green. Hex color #90A20F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A20F is #6F5DF0. Grayscale: #8C8C8C. Windows color (decimal): -7298545 or 1024656. OLE color: 1024656.

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

Color convert

RGB14416215-
CMYK0.1100.910.36
HSL67.35º83.05%34.71%-
HSV(B)67.35º90.74%63.53%-
XYZ24.5131.85.3-
YUV139.8657.54130.95-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.86%
GREEN value IS 162 (63.67% from 255) = 50.47%
BLUE value IS 15 (6.25% from 255) = 4.67%
R=44.86%
G=50.47%
B=4.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal144162150.1100.910.3667.3583.0534.71
Hex90A2FB05B24435323
Octal220242171301334410312343
Binary1001000010100010111110110101101110010010000111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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