Html Css Color HEX #A0A724 Citron

📋 copy color: '#A0A724'

red 160 ◦ green 167 ◦ blue 36

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

Shades of Citron #A0A724

Tints of Citron #A0A724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.92%

R = 44.08%
G = 46.01%
B = 9.92%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A0A724 (or 0xA0A724) is known color: Citron. HEX triplet: A0, A7 and 24. RGB value is (160,167,36). Sum of RGB (Red+Green+Blue) = 160+167+36=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 167 (65.62% from 255 or 46.01% from 363); Blue value is 36 (14.45% from 255 or 9.92% from 363); Max value from RGB is 167 - color contains mainly: green. Hex color #A0A724 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0A724 is #5F58DB. Grayscale: #969696. Windows color (decimal): -6248668 or 2402208. OLE color: 2402208.

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

Color convert

RGB 160 167 36 -
CMYK 0.04 0 0.78 0.35
HSL 63.21º 0.65% 0.4% -
HSV(B) 63.21º 0.78% 0.65% -
XYZ 28.63 35.24 6.96 -
YUV 149.97 63.68 135.15 -
System Red Green Blue C M Y K H S L
Decimal 160 167 36 0.04 0 0.78 0.35 63.21 0.65 0.4
Hex A0 A7 24 4 0 4E 23 3F 41 28
Octal 240 247 44 4 0 116 43 77 101 50
Binary 10100000 10100111 100100 100 0 1001110 100011 111111 1000001 101000

Color Harmonies of #A0A724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A724

Black with #A0A724

Text Example


Text Example

White with #A0A724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A724; }

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

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

background-color css

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

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

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

border-color css

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

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

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