#A9C707

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

Shades of Citrus #A9C707

Tints of Citrus #A9C707

Color information

#A9C707 (or 0xA9C707) is unknown color: approx Citrus. HEX triplet: A9, C7 and 07. RGB value is (169,199,7). Sum of RGB (Red+Green+Blue) = 169+199+7=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 199 (78.12% from 255 or 53.07% from 375); Blue value is 7 (3.12% from 255 or 1.87% from 375); Max value from RGB is 199 - color contains mainly: green. Hex color #A9C707 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A9C707 is #5638F8. Grayscale: #A8A8A8. Windows color (decimal): -5650681 or 509865. OLE color: 509865.

HSL color Cylindrical-coordinate representation of color #A9C707: hue angle of 69.38º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A9C707 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB1691997-
CMYK0.1500.960.22
HSL69.38º93.2%40.39%-
HSV(B)69.38º96.48%78.04%-
XYZ36.8249.37.78-
YUV168.1437.06128.61-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 45.07%
GREEN value IS 199 (78.12% from 255) = 53.07%
BLUE value IS 7 (3.12% from 255) = 1.87%
R=45.07%
G=53.07%
B=1.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal16919970.1500.960.2269.3893.240.39
HexA9C77F06016455d28
Octal25130771701402610513550
Binary10101001110001111111111011000001011010001011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9C707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9C707; }

 p { color: rgb(169,199,7); }

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

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

 a { background-color: rgb(169,199,7); }

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

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

 span { border-color: rgb(169,199,7); }

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