#A3C007

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

Shades of Citrus #A3C007

Tints of Citrus #A3C007

Color information

#A3C007 (or 0xA3C007) is unknown color: approx Citrus. HEX triplet: A3, C0 and 07. RGB value is (163,192,7). Sum of RGB (Red+Green+Blue) = 163+192+7=362 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.03% from 362); Green value is 192 (75.39% from 255 or 53.04% from 362); Blue value is 7 (3.12% from 255 or 1.93% from 362); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C007 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C007 is #5C3FF8. Grayscale: #A2A2A2. Windows color (decimal): -6045689 or 508067. OLE color: 508067.

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

Color convert

RGB1631927-
CMYK0.1500.960.25
HSL69.41º92.96%39.02%-
HSV(B)69.41º96.35%75.29%-
XYZ33.9945.57.19-
YUV162.2440.39128.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.03%
GREEN value IS 192 (75.39% from 255) = 53.04%
BLUE value IS 7 (3.12% from 255) = 1.93%
R=45.03%
G=53.04%
B=1.93%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal16319270.1500.960.2569.4192.9639.02
HexA3C07F06019455d27
Octal24330071701403110513547
Binary10100011110000001111111011000001100110001011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C007; }

 p { color: rgb(163,192,7); }

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

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

 a { background-color: rgb(163,192,7); }

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

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

 span { border-color: rgb(163,192,7); }

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