#90AB10

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

Shades of Citrus #90AB10

Tints of Citrus #90AB10

Color information

#90AB10 (or 0x90AB10) is unknown color: approx Citrus. HEX triplet: 90, AB and 10. RGB value is (144,171,16). Sum of RGB (Red+Green+Blue) = 144+171+16=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 171 (67.19% from 255 or 51.66% from 331); Blue value is 16 (6.64% from 255 or 4.83% from 331); Max value from RGB is 171 - color contains mainly: green. Hex color #90AB10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AB10 is #6F54EF. Grayscale: #919191. Windows color (decimal): -7296240 or 1092496. OLE color: 1092496.

HSL color Cylindrical-coordinate representation of color #90AB10: hue angle of 70.45º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #90AB10 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB14417116-
CMYK0.1600.910.33
HSL70.45º82.89%36.67%-
HSV(B)70.45º90.64%67.06%-
XYZ26.1635.095.89-
YUV145.2655.05127.1-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.50%
GREEN value IS 171 (67.19% from 255) = 51.66%
BLUE value IS 16 (6.64% from 255) = 4.83%
R=43.50%
G=51.66%
B=4.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144171160.1600.910.3370.4582.8936.67
Hex90AB101005B21465325
Octal220253202001334110612345
Binary100100001010101110000100000101101110000110001101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AB10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,171,16); }

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

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

 a { background-color: rgb(144,171,16); }

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

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

 span { border-color: rgb(144,171,16); }

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