#a9c508

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

Shades of Citrus #A9C508

Tints of Citrus #A9C508

Color information

#A9C508 (or 0xA9C508) is unknown color: approx Citrus. HEX triplet: A9, C5 and 08. RGB value is (169,197,8). Sum of RGB (Red+Green+Blue) = 169+197+8=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 197 (77.34% from 255 or 52.67% from 374); Blue value is 8 (3.52% from 255 or 2.14% from 374); Max value from RGB is 197 - color contains mainly: green. Hex color #A9C508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9C508 is #563AF7. Grayscale: #A7A7A7. Windows color (decimal): -5651192 or 574889. OLE color: 574889.

HSL color Cylindrical-coordinate representation of color #A9C508: hue angle of 68.89º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A9C508 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB1691978-
CMYK0.1400.960.23
HSL68.89º92.2%40.2%-
HSV(B)68.89º95.94%77.25%-
XYZ36.3748.397.65-
YUV167.0838.22129.37-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.19%
GREEN value IS 197 (77.34% from 255) = 52.67%
BLUE value IS 8 (3.52% from 255) = 2.14%
R=45.19%
G=52.67%
B=2.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal16919780.1400.960.2368.8992.240.2
HexA9C58E06017455c28
Octal251305101601402710513450
Binary101010011100010110001110011000001011110001011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9c508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9c508; }

 p { color: rgb(169,197,8); }

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

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

 a { background-color: rgb(169,197,8); }

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

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

 span { border-color: rgb(169,197,8); }

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