Html Css Color HEX #A0A72D Citron

📋 copy color: '#A0A72D'

red 160 ◦ green 167 ◦ blue 45

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

Shades of Citron #A0A72D

Tints of Citron #A0A72D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.89%

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

R = 43.01%
G = 44.89%
B = 12.1%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A0A72D (or 0xA0A72D) is known color: Citron. HEX triplet: A0, A7 and 2D. RGB value is (160,167,45). Sum of RGB (Red+Green+Blue) = 160+167+45=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 167 (65.62% from 255 or 44.89% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A72D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A72D is #5F58D2. Grayscale: #979797. Windows color (decimal): -6248659 or 2992032. OLE color: 2992032.

HSL color Cylindrical-coordinate representation of color #A0A72D: hue angle of 63.44º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A0A72D is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.35.

Color convert

RGB 160 167 45 -
CMYK 0.04 0 0.73 0.35
HSL 63.44º 0.58% 0.42% -
HSV(B) 63.44º 0.73% 0.65% -
XYZ 28.79 35.3 7.78 -
YUV 151 68.18 134.42 -
System Red Green Blue C M Y K H S L
Decimal 160 167 45 0.04 0 0.73 0.35 63.44 0.58 0.42
Hex A0 A7 2D 4 0 49 23 3F 3A 2A
Octal 240 247 55 4 0 111 43 77 72 52
Binary 10100000 10100111 101101 100 0 1001001 100011 111111 111010 101010

Color Harmonies of #A0A72D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A72D

Black with #A0A72D

Text Example


Text Example

White with #A0A72D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A72D; }

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

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

background-color css

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

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

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

border-color css

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

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

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