Html Css Color HEX #90A009 Citron

📋 copy color: '#90A009'

red 144 ◦ green 160 ◦ blue 9

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

Shades of Citron #90A009

Tints of Citron #90A009

RGB

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

 GREEN value IS 160 (62.89% from 255) = 51.12%

 BLUE value IS 9 (3.91% from 255) = 2.88%

R = 46.01%
G = 51.12%
B = 2.88%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#90A009 (or 0x90A009) is known color: Citron. HEX triplet: 90, A0 and 09. RGB value is (144,160,9). Sum of RGB (Red+Green+Blue) = 144+160+9=313 (41% of max value = 765). Red value is 144 (56.64% from 255 or 46.01% from 313); Green value is 160 (62.89% from 255 or 51.12% from 313); Blue value is 9 (3.91% from 255 or 2.88% from 313); Max value from RGB is 160 - color contains mainly: green. Hex color #90A009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A009 is #6F5FF6. Grayscale: #8A8A8A. Windows color (decimal): -7299063 or 630928. OLE color: 630928.

HSL color Cylindrical-coordinate representation of color #90A009: hue angle of 66.36º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #90A009 is Cyan = 0.1, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB 144 160 9 -
CMYK 0.1 0 0.94 0.37
HSL 66.36º 0.89% 0.33% -
HSV(B) 66.36º 0.94% 0.63% -
XYZ 24.12 31.09 4.99 -
YUV 138 55.2 132.28 -
System Red Green Blue C M Y K H S L
Decimal 144 160 9 0.1 0 0.94 0.37 66.36 0.89 0.33
Hex 90 A0 9 A 0 5E 25 42 59 21
Octal 220 240 11 12 0 136 45 102 131 41
Binary 10010000 10100000 1001 1010 0 1011110 100101 1000010 1011001 100001

Color Harmonies of #90A009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A009

Black with #90A009

Text Example


Text Example

White with #90A009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,160,9); }

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

background-color css

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

 a { background-color: rgb(144,160,9); }

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

border-color css

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

 span { border-color: rgb(144,160,9); }

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