#90A301

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

Shades of Citrus #90A301

Tints of Citrus #90A301

Color information

#90A301 (or 0x90A301) is unknown color: approx Citrus. HEX triplet: 90, A3 and 01. RGB value is (144,163,1). Sum of RGB (Red+Green+Blue) = 144+163+1=308 (40% of max value = 765). Red value is 144 (56.64% from 255 or 46.75% from 308); Green value is 163 (64.06% from 255 or 52.92% from 308); Blue value is 1 (0.78% from 255 or 0.32% from 308); Max value from RGB is 163 - color contains mainly: green. Hex color #90A301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A301 is #6F5CFE. Grayscale: #8B8B8B. Windows color (decimal): -7298303 or 107408. OLE color: 107408.

HSL color Cylindrical-coordinate representation of color #90A301: hue angle of 67.04º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90A301 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB1441631-
CMYK0.1200.990.36
HSL67.04º98.78%32.16%-
HSV(B)67.04º99.39%63.92%-
XYZ24.632.134.93-
YUV138.8550.21131.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 46.75%
GREEN value IS 163 (64.06% from 255) = 52.92%
BLUE value IS 1 (0.78% from 255) = 0.32%
R=46.75%
G=52.92%
B=0.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal14416310.1200.990.3667.0498.7832.16
Hex90A31C06324436320
Octal22024311401434410314340
Binary1001000010100011111000110001110010010000111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90A301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,163,1); }

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

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

 a { background-color: rgb(144,163,1); }

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

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

 span { border-color: rgb(144,163,1); }

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