Html Css Color HEX #A0A909 Citrus

📋 copy color: '#A0A909'

red 160 ◦ green 169 ◦ blue 9

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

Shades of Citrus #A0A909

Tints of Citrus #A0A909

RGB

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

 GREEN value IS 169 (66.41% from 255) = 50%

 BLUE value IS 9 (3.91% from 255) = 2.66%

R = 47.34%
G = 50%
B = 2.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.34

RGB Variations

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

Color information

#A0A909 (or 0xA0A909) is known color: Citrus. HEX triplet: A0, A9 and 09. RGB value is (160,169,9). Sum of RGB (Red+Green+Blue) = 160+169+9=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 169 (66.41% from 255 or 50% from 338); Blue value is 9 (3.91% from 255 or 2.66% from 338); Max value from RGB is 169 - color contains mainly: green. Hex color #A0A909 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0A909 is #5F56F6. Grayscale: #949494. Windows color (decimal): -6248183 or 633248. OLE color: 633248.

HSL color Cylindrical-coordinate representation of color #A0A909: hue angle of 63.38º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A0A909 is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.34.

Color convert

RGB 160 169 9 -
CMYK 0.05 0 0.95 0.34
HSL 63.38º 0.9% 0.35% -
HSV(B) 63.38º 0.95% 0.66% -
XYZ 28.73 35.87 5.67 -
YUV 148.07 49.52 136.51 -
System Red Green Blue C M Y K H S L
Decimal 160 169 9 0.05 0 0.95 0.34 63.38 0.9 0.35
Hex A0 A9 9 5 0 5F 22 3F 5A 23
Octal 240 251 11 5 0 137 42 77 132 43
Binary 10100000 10101001 1001 101 0 1011111 100010 111111 1011010 100011

Color Harmonies of #A0A909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0A909

Black with #A0A909

Text Example


Text Example

White with #A0A909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0A909; }

 p { color: rgb(160,169,9); }

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

background-color css

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

 a { background-color: rgb(160,169,9); }

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

border-color css

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

 span { border-color: rgb(160,169,9); }

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