Html Css Color HEX #A0AB2D Citron

📋 copy color: '#A0AB2D'

red 160 ◦ green 171 ◦ blue 45

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

Shades of Citron #A0AB2D

Tints of Citron #A0AB2D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.48%

 BLUE value IS 45 (17.97% from 255) = 11.97%

R = 42.55%
G = 45.48%
B = 11.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#A0AB2D (or 0xA0AB2D) is known color: Citron. HEX triplet: A0, AB and 2D. RGB value is (160,171,45). Sum of RGB (Red+Green+Blue) = 160+171+45=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 171 (67.19% from 255 or 45.48% from 376); Blue value is 45 (17.97% from 255 or 11.97% from 376); Max value from RGB is 171 - color contains mainly: green. Hex color #A0AB2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AB2D is #5F54D2. Grayscale: #999999. Windows color (decimal): -6247635 or 2993056. OLE color: 2993056.

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

Color convert

RGB 160 171 45 -
CMYK 0.06 0 0.74 0.33
HSL 65.24º 0.58% 0.42% -
HSV(B) 65.24º 0.74% 0.67% -
XYZ 29.53 36.79 8.03 -
YUV 153.35 66.86 132.75 -
System Red Green Blue C M Y K H S L
Decimal 160 171 45 0.06 0 0.74 0.33 65.24 0.58 0.42
Hex A0 AB 2D 6 0 4A 21 41 3A 2A
Octal 240 253 55 6 0 112 41 101 72 52
Binary 10100000 10101011 101101 110 0 1001010 100001 1000001 111010 101010

Color Harmonies of #A0AB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AB2D

Black with #A0AB2D

Text Example


Text Example

White with #A0AB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AB2D; }

 p { color: rgb(160,171,45); }

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

background-color css

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

 a { background-color: rgb(160,171,45); }

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

border-color css

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

 span { border-color: rgb(160,171,45); }

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