Html Css Color HEX #A0AD1B Citrus

📋 copy color: '#A0AD1B'

red 160 ◦ green 173 ◦ blue 27

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

Shades of Citrus #A0AD1B

Tints of Citrus #A0AD1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.5%

R = 44.44%
G = 48.06%
B = 7.5%

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

#A0AD1B (or 0xA0AD1B) is known color: Citrus. HEX triplet: A0, AD and 1B. RGB value is (160,173,27). Sum of RGB (Red+Green+Blue) = 160+173+27=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD1B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AD1B is #5F52E4. Grayscale: #999999. Windows color (decimal): -6247141 or 1813920. OLE color: 1813920.

HSL color Cylindrical-coordinate representation of color #A0AD1B: hue angle of 65.34º degrees, saturation: 0.73, 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 #A0AD1B is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 160 173 27 -
CMYK 0.08 0 0.84 0.32
HSL 65.34º 0.73% 0.39% -
HSV(B) 65.34º 0.84% 0.68% -
XYZ 29.64 37.44 6.7 -
YUV 152.47 57.19 133.37 -
System Red Green Blue C M Y K H S L
Decimal 160 173 27 0.08 0 0.84 0.32 65.34 0.73 0.39
Hex A0 AD 1B 8 0 54 20 41 49 27
Octal 240 255 33 10 0 124 40 101 111 47
Binary 10100000 10101101 11011 1000 0 1010100 100000 1000001 1001001 100111

Color Harmonies of #A0AD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AD1B

Black with #A0AD1B

Text Example


Text Example

White with #A0AD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AD1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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