#A9C908

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

Shades of Citrus #A9C908

Tints of Citrus #A9C908

Color information

#A9C908 (or 0xA9C908) is unknown color: approx Citrus. HEX triplet: A9, C9 and 08. RGB value is (169,201,8). Sum of RGB (Red+Green+Blue) = 169+201+8=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 201 (78.91% from 255 or 53.17% from 378); Blue value is 8 (3.52% from 255 or 2.12% from 378); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9C908 is #5636F7. Grayscale: #AAAAAA. Windows color (decimal): -5650168 or 575913. OLE color: 575913.

HSL color Cylindrical-coordinate representation of color #A9C908: hue angle of 69.95º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A9C908 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB1692018-
CMYK0.1600.960.21
HSL69.95º92.34%40.98%-
HSV(B)69.95º96.02%78.82%-
XYZ37.2950.237.96-
YUV169.4336.9127.69-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.71%
GREEN value IS 201 (78.91% from 255) = 53.17%
BLUE value IS 8 (3.52% from 255) = 2.12%
R=44.71%
G=53.17%
B=2.12%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal16920180.1600.960.2169.9592.3440.98
HexA9C981006015465c29
Octal251311102001402510613451
Binary1010100111001001100010000011000001010110001101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C908; }

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

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

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

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

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

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

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

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