Html Css Color HEX #A0AA28 Citron

📋 copy color: '#A0AA28'

red 160 ◦ green 170 ◦ blue 40

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

Shades of Citron #A0AA28

Tints of Citron #A0AA28

RGB

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

 GREEN value IS 170 (66.8% from 255) = 45.95%

 BLUE value IS 40 (16.02% from 255) = 10.81%

R = 43.24%
G = 45.95%
B = 10.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#A0AA28 (or 0xA0AA28) is known color: Citron. HEX triplet: A0, AA and 28. RGB value is (160,170,40). Sum of RGB (Red+Green+Blue) = 160+170+40=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 170 (66.80% from 255 or 45.95% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 170 - color contains mainly: green. Hex color #A0AA28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AA28 is #5F55D7. Grayscale: #989898. Windows color (decimal): -6247896 or 2665120. OLE color: 2665120.

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

Color convert

RGB 160 170 40 -
CMYK 0.06 0 0.76 0.33
HSL 64.62º 0.62% 0.41% -
HSV(B) 64.62º 0.76% 0.67% -
XYZ 29.25 36.38 7.49 -
YUV 152.19 64.69 133.57 -
System Red Green Blue C M Y K H S L
Decimal 160 170 40 0.06 0 0.76 0.33 64.62 0.62 0.41
Hex A0 AA 28 6 0 4C 21 41 3E 29
Octal 240 252 50 6 0 114 41 101 76 51
Binary 10100000 10101010 101000 110 0 1001100 100001 1000001 111110 101001

Color Harmonies of #A0AA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AA28

Black with #A0AA28

Text Example


Text Example

White with #A0AA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AA28; }

 p { color: rgb(160,170,40); }

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

background-color css

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

 a { background-color: rgb(160,170,40); }

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

border-color css

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

 span { border-color: rgb(160,170,40); }

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