#90AA0F

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

Shades of Citrus #90AA0F

Tints of Citrus #90AA0F

Color information

#90AA0F (or 0x90AA0F) is unknown color: approx Citrus. HEX triplet: 90, AA and 0F. RGB value is (144,170,15). Sum of RGB (Red+Green+Blue) = 144+170+15=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 170 (66.80% from 255 or 51.67% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AA0F is #6F55F0. Grayscale: #919191. Windows color (decimal): -7296497 or 1026704. OLE color: 1026704.

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

Color convert

RGB14417015-
CMYK0.1500.910.33
HSL70.06º83.78%36.27%-
HSV(B)70.06º91.18%66.67%-
XYZ25.9634.715.78-
YUV144.5654.89127.6-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.77%
GREEN value IS 170 (66.80% from 255) = 51.67%
BLUE value IS 15 (6.25% from 255) = 4.56%
R=43.77%
G=51.67%
B=4.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal144170150.1500.910.3370.0683.7836.27
Hex90AAFF05B21465424
Octal220252171701334110612444
Binary1001000010101010111111110101101110000110001101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AA0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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