#90AD04

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

Shades of Citrus #90AD04

Tints of Citrus #90AD04

Color information

#90AD04 (or 0x90AD04) is unknown color: approx Citrus. HEX triplet: 90, AD and 04. RGB value is (144,173,4). Sum of RGB (Red+Green+Blue) = 144+173+4=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 173 (67.97% from 255 or 53.89% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 173 - color contains mainly: green. Hex color #90AD04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AD04 is #6F52FB. Grayscale: #919191. Windows color (decimal): -7295740 or 306576. OLE color: 306576.

HSL color Cylindrical-coordinate representation of color #90AD04: hue angle of 70.3º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #90AD04 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB1441734-
CMYK0.1700.980.32
HSL70.3º95.48%34.71%-
HSV(B)70.3º97.69%67.84%-
XYZ26.4735.835.63-
YUV145.0648.39127.24-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.86%
GREEN value IS 173 (67.97% from 255) = 53.89%
BLUE value IS 4 (1.95% from 255) = 1.25%
R=44.86%
G=53.89%
B=1.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal14417340.1700.980.3270.395.4834.71
Hex90AD41106220465f23
Octal22025542101424010613743
Binary1001000010101101100100010110001010000010001101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AD04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,173,4); }

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

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

 a { background-color: rgb(144,173,4); }

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

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

 span { border-color: rgb(144,173,4); }

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