#A3C708

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

Shades of Citrus #A3C708

Tints of Citrus #A3C708

Color information

#A3C708 (or 0xA3C708) is unknown color: approx Citrus. HEX triplet: A3, C7 and 08. RGB value is (163,199,8). Sum of RGB (Red+Green+Blue) = 163+199+8=370 (49% of max value = 765). Red value is 163 (64.06% from 255 or 44.05% from 370); Green value is 199 (78.12% from 255 or 53.78% from 370); Blue value is 8 (3.52% from 255 or 2.16% from 370); Max value from RGB is 199 - color contains mainly: green. Hex color #A3C708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C708 is #5C38F7. Grayscale: #A7A7A7. Windows color (decimal): -6043896 or 575395. OLE color: 575395.

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

Color convert

RGB1631998-
CMYK0.1800.960.22
HSL71.31º92.27%40.59%-
HSV(B)71.31º95.98%78.04%-
XYZ35.5748.657.75-
YUV166.4638.57125.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 44.05%
GREEN value IS 199 (78.12% from 255) = 53.78%
BLUE value IS 8 (3.52% from 255) = 2.16%
R=44.05%
G=53.78%
B=2.16%

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
Decimal16319980.1800.960.2271.3192.2740.59
HexA3C781206016475c29
Octal243307102201402610713451
Binary1010001111000111100010010011000001011010001111011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C708; }

 p { color: rgb(163,199,8); }

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

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

 a { background-color: rgb(163,199,8); }

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

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

 span { border-color: rgb(163,199,8); }

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