#A5C309

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

Shades of Citrus #A5C309

Tints of Citrus #A5C309

Color information

#A5C309 (or 0xA5C309) is unknown color: approx Citrus. HEX triplet: A5, C3 and 09. RGB value is (165,195,9). Sum of RGB (Red+Green+Blue) = 165+195+9=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 195 (76.56% from 255 or 52.85% from 369); Blue value is 9 (3.91% from 255 or 2.44% from 369); Max value from RGB is 195 - color contains mainly: green. Hex color #A5C309 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A5C309 is #5A3CF6. Grayscale: #A5A5A5. Windows color (decimal): -5913847 or 639909. OLE color: 639909.

HSL color Cylindrical-coordinate representation of color #A5C309: hue angle of 69.68º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A5C309 is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB1651959-
CMYK0.1500.950.24
HSL69.68º91.18%40%-
HSV(B)69.68º95.38%76.47%-
XYZ35.0847.057.49-
YUV164.8340.06128.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.72%
GREEN value IS 195 (76.56% from 255) = 52.85%
BLUE value IS 9 (3.91% from 255) = 2.44%
R=44.72%
G=52.85%
B=2.44%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal16519590.1500.950.2469.6891.1840
HexA5C39F05F18465b28
Octal245303111701373010613350
Binary101001011100001110011111010111111100010001101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C309; }

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

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

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

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

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

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

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

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