#90AE0D

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

Shades of Citrus #90AE0D

Tints of Citrus #90AE0D

Color information

#90AE0D (or 0x90AE0D) is unknown color: approx Citrus. HEX triplet: 90, AE and 0D. RGB value is (144,174,13). Sum of RGB (Red+Green+Blue) = 144+174+13=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 174 (68.36% from 255 or 52.57% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 174 - color contains mainly: green. Hex color #90AE0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AE0D is #6F51F2. Grayscale: #939393. Windows color (decimal): -7295475 or 896656. OLE color: 896656.

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

Color convert

RGB14417413-
CMYK0.1700.930.32
HSL71.18º86.1%36.67%-
HSV(B)71.18º92.53%68.24%-
XYZ26.7136.235.97-
YUV146.6852.56126.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.50%
GREEN value IS 174 (68.36% from 255) = 52.57%
BLUE value IS 13 (5.47% from 255) = 3.93%
R=43.50%
G=52.57%
B=3.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal144174130.1700.930.3271.1886.136.67
Hex90AED1105D20475625
Octal220256152101354010712645
Binary10010000101011101101100010101110110000010001111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AE0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,174,13); }

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

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

 a { background-color: rgb(144,174,13); }

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

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

 span { border-color: rgb(144,174,13); }

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