Html Css Color HEX #A0AA18 Citrus

📋 copy color: '#A0AA18'

red 160 ◦ green 170 ◦ blue 24

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

Shades of Citrus #A0AA18

Tints of Citrus #A0AA18

RGB

 RED value IS 160 (62.89% from 255) = 45.2%

 GREEN value IS 170 (66.8% from 255) = 48.02%

 BLUE value IS 24 (9.77% from 255) = 6.78%

R = 45.2%
G = 48.02%
B = 6.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#A0AA18 (or 0xA0AA18) is known color: Citrus. HEX triplet: A0, AA and 18. RGB value is (160,170,24). Sum of RGB (Red+Green+Blue) = 160+170+24=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AA18 is #5F55E7. Grayscale: #969696. Windows color (decimal): -6247912 or 1616544. OLE color: 1616544.

HSL color Cylindrical-coordinate representation of color #A0AA18: hue angle of 64.11º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0AA18 is Cyan = 0.06, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 170 24 -
CMYK 0.06 0 0.86 0.33
HSL 64.11º 0.75% 0.38% -
HSV(B) 64.11º 0.86% 0.67% -
XYZ 29.04 36.29 6.34 -
YUV 150.37 56.69 134.87 -
System Red Green Blue C M Y K H S L
Decimal 160 170 24 0.06 0 0.86 0.33 64.11 0.75 0.38
Hex A0 AA 18 6 0 56 21 40 4B 26
Octal 240 252 30 6 0 126 41 100 113 46
Binary 10100000 10101010 11000 110 0 1010110 100001 1000000 1001011 100110

Color Harmonies of #A0AA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA18

Black with #A0AA18

Text Example


Text Example

White with #A0AA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA18; }

 p { color: rgb(160,170,24); }

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

background-color css

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

 a { background-color: rgb(160,170,24); }

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

border-color css

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

 span { border-color: rgb(160,170,24); }

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