Html Css Color HEX #A0AD1C Citrus

📋 copy color: '#A0AD1C'

red 160 ◦ green 173 ◦ blue 28

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

Shades of Citrus #A0AD1C

Tints of Citrus #A0AD1C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.92%

 BLUE value IS 28 (11.33% from 255) = 7.76%

R = 44.32%
G = 47.92%
B = 7.76%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#A0AD1C (or 0xA0AD1C) is known color: Citrus. HEX triplet: A0, AD and 1C. RGB value is (160,173,28). Sum of RGB (Red+Green+Blue) = 160+173+28=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 173 (67.97% from 255 or 47.92% from 361); Blue value is 28 (11.33% from 255 or 7.76% from 361); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AD1C is #5F52E3. Grayscale: #999999. Windows color (decimal): -6247140 or 1879456. OLE color: 1879456.

HSL color Cylindrical-coordinate representation of color #A0AD1C: hue angle of 65.38º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0AD1C is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 173 28 -
CMYK 0.08 0 0.84 0.32
HSL 65.38º 0.72% 0.39% -
HSV(B) 65.38º 0.84% 0.68% -
XYZ 29.65 37.44 6.76 -
YUV 152.58 57.69 133.29 -
System Red Green Blue C M Y K H S L
Decimal 160 173 28 0.08 0 0.84 0.32 65.38 0.72 0.39
Hex A0 AD 1C 8 0 54 20 41 48 27
Octal 240 255 34 10 0 124 40 101 110 47
Binary 10100000 10101101 11100 1000 0 1010100 100000 1000001 1001000 100111

Color Harmonies of #A0AD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AD1C

Black with #A0AD1C

Text Example


Text Example

White with #A0AD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AD1C; }

 p { color: rgb(160,173,28); }

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

background-color css

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

 a { background-color: rgb(160,173,28); }

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

border-color css

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

 span { border-color: rgb(160,173,28); }

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