#A1A918

Color #A1A918 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #A1A918

Tints of Citrus #A1A918

Color information

#A1A918 (or 0xA1A918) is unknown color: approx Citrus. HEX triplet: A1, A9 and 18. RGB value is (161,169,24). Sum of RGB (Red+Green+Blue) = 161+169+24=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 169 (66.41% from 255 or 47.74% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A918 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1A918 is #5E56E7. Grayscale: #969696. Windows color (decimal): -6182632 or 1616289. OLE color: 1616289.

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

Color convert

RGB16116924-
CMYK0.0500.860.34
HSL63.31º75.13%37.84%-
HSV(B)63.31º85.8%66.27%-
XYZ29.0536.026.29-
YUV150.0856.85135.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.48%
GREEN value IS 169 (66.41% from 255) = 47.74%
BLUE value IS 24 (9.77% from 255) = 6.78%
R=45.48%
G=47.74%
B=6.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal161169240.0500.860.3463.3175.1337.84
HexA1A9185056223f4b26
Octal2412513050126427711346
Binary101000011010100111000101010101101000101111111001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1A918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1A918; }

 p { color: rgb(161,169,24); }

 H1.HeaderClassName
 {
   color: #A1A918;
 }
 .AnyTagClassName
 {
   color: #A1A918;
 }
</style>
background-color css

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

 a { background-color: rgb(161,169,24); }

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

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

 span { border-color: rgb(161,169,24); }

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