Html Css Color HEX #90A40D Citron

📋 copy color: '#90A40D'

red 144 ◦ green 164 ◦ blue 13

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

Shades of Citron #90A40D

Tints of Citron #90A40D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.09%

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

R = 44.86%
G = 51.09%
B = 4.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#90A40D (or 0x90A40D) is known color: Citron. HEX triplet: 90, A4 and 0D. RGB value is (144,164,13). Sum of RGB (Red+Green+Blue) = 144+164+13=321 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.86% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #90A40D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A40D is #6F5BF2. Grayscale: #8D8D8D. Windows color (decimal): -7298035 or 894096. OLE color: 894096.

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

Color convert

RGB 144 164 13 -
CMYK 0.12 0 0.92 0.36
HSL 67.95º 0.85% 0.35% -
HSV(B) 67.95º 0.92% 0.64% -
XYZ 24.85 32.51 5.35 -
YUV 140.81 55.87 130.28 -
System Red Green Blue C M Y K H S L
Decimal 144 164 13 0.12 0 0.92 0.36 67.95 0.85 0.35
Hex 90 A4 D C 0 5C 24 44 55 23
Octal 220 244 15 14 0 134 44 104 125 43
Binary 10010000 10100100 1101 1100 0 1011100 100100 1000100 1010101 100011

Color Harmonies of #90A40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A40D

Black with #90A40D

Text Example


Text Example

White with #90A40D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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