#A5C809

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

Shades of Citrus #A5C809

Tints of Citrus #A5C809

Color information

#A5C809 (or 0xA5C809) is unknown color: approx Citrus. HEX triplet: A5, C8 and 09. RGB value is (165,200,9). Sum of RGB (Red+Green+Blue) = 165+200+9=374 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.12% from 374); Green value is 200 (78.52% from 255 or 53.48% from 374); Blue value is 9 (3.91% from 255 or 2.41% from 374); Max value from RGB is 200 - color contains mainly: green. Hex color #A5C809 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C809 is #5A37F6. Grayscale: #A8A8A8. Windows color (decimal): -5912567 or 641189. OLE color: 641189.

HSL color Cylindrical-coordinate representation of color #A5C809: hue angle of 70.99º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A5C809 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB1652009-
CMYK0.1800.960.22
HSL70.99º91.39%40.98%-
HSV(B)70.99º95.5%78.43%-
XYZ36.2249.337.87-
YUV167.7638.4126.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.12%
GREEN value IS 200 (78.52% from 255) = 53.48%
BLUE value IS 9 (3.91% from 255) = 2.41%
R=44.12%
G=53.48%
B=2.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal16520090.1800.960.2270.9991.3940.98
HexA5C891206016475b29
Octal245310112201402610713351
Binary1010010111001000100110010011000001011010001111011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C809; }

 p { color: rgb(165,200,9); }

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

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

 a { background-color: rgb(165,200,9); }

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

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

 span { border-color: rgb(165,200,9); }

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