#90AA03

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

Shades of Citrus #90AA03

Tints of Citrus #90AA03

Color information

#90AA03 (or 0x90AA03) is unknown color: approx Citrus. HEX triplet: 90, AA and 03. RGB value is (144,170,3). Sum of RGB (Red+Green+Blue) = 144+170+3=317 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.43% from 317); Green value is 170 (66.80% from 255 or 53.63% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 170 - color contains mainly: green. Hex color #90AA03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AA03 is #6F55FC. Grayscale: #8F8F8F. Windows color (decimal): -7296509 or 240272. OLE color: 240272.

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

Color convert

RGB1441703-
CMYK0.1500.980.33
HSL69.34º96.53%33.92%-
HSV(B)69.34º98.24%66.67%-
XYZ25.8934.695.42-
YUV143.1948.89128.58-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.43%
GREEN value IS 170 (66.80% from 255) = 53.63%
BLUE value IS 3 (1.56% from 255) = 0.95%
R=45.43%
G=53.63%
B=0.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14417030.1500.980.3369.3496.5333.92
Hex90AA3F06221456122
Octal22025231701424110514142
Binary10010000101010101111110110001010000110001011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AA03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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