Html Css Color HEX #90A016 Citron

📋 copy color: '#90A016'

red 144 ◦ green 160 ◦ blue 22

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

Shades of Citron #90A016

Tints of Citron #90A016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.75%

R = 44.17%
G = 49.08%
B = 6.75%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#90A016 (or 0x90A016) is known color: Citron. HEX triplet: 90, A0 and 16. RGB value is (144,160,22). Sum of RGB (Red+Green+Blue) = 144+160+22=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 160 (62.89% from 255 or 49.08% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 160 - color contains mainly: green. Hex color #90A016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #90A016 is #6F5FE9. Grayscale: #8C8C8C. Windows color (decimal): -7299050 or 1482896. OLE color: 1482896.

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

Color convert

RGB 144 160 22 -
CMYK 0.1 0 0.86 0.37
HSL 66.96º 0.76% 0.36% -
HSV(B) 66.96º 0.86% 0.63% -
XYZ 24.22 31.13 5.49 -
YUV 139.48 61.7 131.22 -
System Red Green Blue C M Y K H S L
Decimal 144 160 22 0.1 0 0.86 0.37 66.96 0.76 0.36
Hex 90 A0 16 A 0 56 25 43 4C 24
Octal 220 240 26 12 0 126 45 103 114 44
Binary 10010000 10100000 10110 1010 0 1010110 100101 1000011 1001100 100100

Color Harmonies of #90A016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A016

Black with #90A016

Text Example


Text Example

White with #90A016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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