Html Css Color HEX #9AA016 Citron

📋 copy color: '#9AA016'

red 154 ◦ green 160 ◦ blue 22

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

Shades of Citron #9AA016

Tints of Citron #9AA016

RGB

 RED value IS 154 (60.55% from 255) = 45.83%

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

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

R = 45.83%
G = 47.62%
B = 6.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#9AA016 (or 0x9AA016) is known color: Citron. HEX triplet: 9A, A0 and 16. RGB value is (154,160,22). Sum of RGB (Red+Green+Blue) = 154+160+22=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 22 (8.98% from 255 or 6.55% from 336); Max value from RGB is 160 - color contains mainly: green. Hex color #9AA016 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AA016 is #655FE9. Grayscale: #8F8F8F. Windows color (decimal): -6643690 or 1482906. OLE color: 1482906.

HSL color Cylindrical-coordinate representation of color #9AA016: hue angle of 62.61º 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 #9AA016 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 154 160 22 -
CMYK 0.04 0 0.86 0.37
HSL 62.61º 0.76% 0.36% -
HSV(B) 62.61º 0.86% 0.63% -
XYZ 26.04 32.07 5.58 -
YUV 142.47 60.01 136.22 -
System Red Green Blue C M Y K H S L
Decimal 154 160 22 0.04 0 0.86 0.37 62.61 0.76 0.36
Hex 9A A0 16 4 0 56 25 3F 4C 24
Octal 232 240 26 4 0 126 45 77 114 44
Binary 10011010 10100000 10110 100 0 1010110 100101 111111 1001100 100100

Color Harmonies of #9AA016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA016

Black with #9AA016

Text Example


Text Example

White with #9AA016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AA016; }

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

 H1.HeaderClassName
 {
   color: #9AA016;
 }
 .AnyTagClassName
 {
   color: #9AA016;
 }
</style>

background-color css

<style>
 a { background-color: #9AA016; }

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

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

border-color css

<style>
 span { border-color: #9AA016; }

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

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