Html Css Color HEX #90AD0D Citrus

📋 copy color: '#90AD0D'

red 144 ◦ green 173 ◦ blue 13

#90AD0D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #90AD0D

Tints of Citrus #90AD0D

RGB

 RED value IS 144 (56.64% from 255) = 43.64%

 GREEN value IS 173 (67.97% from 255) = 52.42%

 BLUE value IS 13 (5.47% from 255) = 3.94%

R = 43.64%
G = 52.42%
B = 3.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#90AD0D (or 0x90AD0D) is known color: Citrus. HEX triplet: 90, AD and 0D. RGB value is (144,173,13). Sum of RGB (Red+Green+Blue) = 144+173+13=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 173 (67.97% from 255 or 52.42% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 173 - color contains mainly: green. Hex color #90AD0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90AD0D is #6F52F2. Grayscale: #929292. Windows color (decimal): -7295731 or 896400. OLE color: 896400.

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

Color convert

RGB 144 173 13 -
CMYK 0.17 0 0.92 0.32
HSL 70.88º 0.86% 0.36% -
HSV(B) 70.88º 0.92% 0.68% -
XYZ 26.52 35.85 5.9 -
YUV 146.09 52.89 126.51 -
System Red Green Blue C M Y K H S L
Decimal 144 173 13 0.17 0 0.92 0.32 70.88 0.86 0.36
Hex 90 AD D 11 0 5C 20 47 56 24
Octal 220 255 15 21 0 134 40 107 126 44
Binary 10010000 10101101 1101 10001 0 1011100 100000 1000111 1010110 100100

Color Harmonies of #90AD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AD0D

Black with #90AD0D

Text Example


Text Example

White with #90AD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #90AD0D;
 }
 .AnyTagClassName
 {
   color: #90AD0D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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